From: Jan Schneider Date: Thu, 4 Feb 2010 22:50:06 +0000 (+0100) Subject: This is a static method. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=34b32f35adcb8c5294a419c0bc3f67c53ee3ce9d;p=horde.git This is a static method. --- diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index 7071cfbc5..c39fde9c8 100644 --- 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; }