From c0d04e58edc0490bd9d7f5ba3d886e5d5f817522 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 11 Dec 2008 14:55:45 -0700 Subject: [PATCH] Make a static function. --- imp/lib/IMAP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.11.0