From 5546f92cf670f15f8061b7cc5958cee01520b4f2 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 15 May 2008 20:05:20 +0000 Subject: Link global config array with class props (to be removed) git-svn-id: https://svn.roundcube.net/trunk@1392 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'roundcubemail/program/include/rcmail.php') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index ccd46d6cb..5bde8d465 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -62,14 +62,11 @@ class rcmail /** * Private constructor - * - * @todo Remove global $CONFIG */ private function __construct() { // load configuration $this->config = new rcube_config(); - $GLOBALS['CONFIG'] = $this->config->all(); register_shutdown_function(array($this, 'shutdown')); } -- cgit v1.2.3