projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6cf2fd
)
Fix exception calling.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 14:30:37 +0000
(16:30 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 14:30:37 +0000
(16:30 +0200)
framework/Feed/lib/Horde/Feed.php
patch
|
blob
|
history
diff --git
a/framework/Feed/lib/Horde/Feed.php
b/framework/Feed/lib/Horde/Feed.php
index
11b9f81
..
183f8ff
100644
(file)
--- a/
framework/Feed/lib/Horde/Feed.php
+++ b/
framework/Feed/lib/Horde/Feed.php
@@
-135,7
+135,7
@@
class Horde_Feed
if (!$loaded) {
$loaded = $doc->loadHTMLFile($filename);
if (!$loaded) {
- throw new Horde_Feed_Exception('File could not be read or parsed: '
,
libxml_get_last_error());
+ throw new Horde_Feed_Exception('File could not be read or parsed: '
.
libxml_get_last_error());
}
}