From ecf7757981b91ae4f5141c67263fd10e41a0ae59 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 24 Oct 2011 22:25:36 +0000 Subject: [PATCH] Remove getInstance calls; not needed as we use ::write git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1239 a1433add-5e2c-0410-b055-b7f2511e0802 --- common.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.php b/common.php index a10dce77..4b5e262a 100644 --- a/common.php +++ b/common.php @@ -81,10 +81,7 @@ function postfixadmin_autoload($class) { } spl_autoload_register('postfixadmin_autoload'); -Lang::getInstance(); Lang::write($PALANG); - -Config::getInstance(); Config::write($CONF); if (!defined('POSTFIXADMIN_CLI')) {