pedro_morgan
2007-08-18 9026a458a084991bbda2d04b2207832cd878f2fb
interface/lib/app.inc.php
@@ -71,8 +71,8 @@
      if(is_array($cl)) {
         foreach($cl as $classname){
            if(!array_key_exists($classname, $this->_loaded_classes)){
               include_once($this->_conf['classpath'] . '/'.$classname.'.inc.php');
               $this->$classname = new $classname;
               require_once($this->_conf['classpath'] . '/'.$classname.'.inc.php');
               $this->$classname = new $classname();
               $this->_loaded_classes[$classname] = true;
            }
         }