projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de7d9e
)
Missing return
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 1 Feb 2010 08:10:33 +0000
(
01:10
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 1 Feb 2010 17:10:42 +0000
(10:10 -0700)
framework/DOM/DOM.php
patch
|
blob
|
history
diff --git
a/framework/DOM/DOM.php
b/framework/DOM/DOM.php
index
c90859b
..
a711e52
100644
(file)
--- a/
framework/DOM/DOM.php
+++ b/
framework/DOM/DOM.php
@@
-56,6
+56,8
@@
class Horde_DOM_Document extends Horde_DOM_Node {
if (isset($doc->error)) {
return $doc->error;
}
+
+ return $doc;
}
/**