OSDN Git Service

fixed E_DEPRECATED errors and E_STRICT errors
[ethna/ethna.git] / class / Ethna_InfoManager.php
index bbfda47..78dca70 100644 (file)
@@ -443,7 +443,7 @@ class Ethna_InfoManager extends Ethna_AppManager
             if (class_exists($form_name) == false) {
                 continue;
             }
-            $af =& new $form_name($this->ctl);
+            $af = new $form_name($this->ctl);
 
             $form = array();
             foreach ($af->getDef() as $name => $def) {