OSDN Git Service

#17549 - Remove constructor with reference.
[mulab/sd2nd.git] / trust_path / modules / sd2nd / admin / class / installer / Sd2ndInstaller.class.php
index 1bb13f4..79436fd 100644 (file)
@@ -41,7 +41,7 @@ class Sd2nd_Installer
     **/
     public function __construct()
     {
-        $this->mLog =& new Legacy_ModuleInstallLog();
+        $this->mLog = new Legacy_ModuleInstallLog();
     }
 
     /**