From: Michael M Slusarz Date: Thu, 11 Dec 2008 21:55:45 +0000 (-0700) Subject: Make a static function. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c0d04e58edc0490bd9d7f5ba3d886e5d5f817522;p=horde.git Make a static function. --- diff --git a/imp/lib/IMAP.php b/imp/lib/IMAP.php index 1ed289d57..6e8941c7c 100644 --- a/imp/lib/IMAP.php +++ b/imp/lib/IMAP.php @@ -77,7 +77,7 @@ class IMP_IMAP * @return mixed If $server is set, then return this entry, or return the * entire servers array. Returns false on error. */ - public function loadServerConfig($server = null) + static public function loadServerConfig($server = null) { $servers = Horde::loadConfiguration('servers.php', 'servers', 'imp'); if (is_a($servers, 'PEAR_Error')) {