thomascube
2008-05-17 8fa58e72a333d753ec406d0725ac9c1b40ab6d9a
program/include/rcmail.php
@@ -62,14 +62,11 @@
  
  /**
   * 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'));
  }