projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244f68c
)
This is a static method.
author
Jan Schneider
<jan@horde.org>
Thu, 4 Feb 2010 22:50:06 +0000
(23:50 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 4 Feb 2010 22:50:06 +0000
(23:50 +0100)
framework/Core/lib/Horde/Config.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Config.php
b/framework/Core/lib/Horde/Config.php
index
7071cfb
..
c39fde9
100644
(file)
--- a/
framework/Core/lib/Horde/Config.php
+++ b/
framework/Core/lib/Horde/Config.php
@@
-132,7
+132,7
@@
class Horde_Config
$node = $dom->firstChild;
while (!empty($node)) {
if (($node->nodeType == XML_COMMENT_NODE) &&
- ($vers_tag =
$this->
getVersion($node->nodeValue))) {
+ ($vers_tag =
self::
getVersion($node->nodeValue))) {
$this->_versionTag = $vers_tag . "\n";
break;
}