From: Platonides Date: Sun, 25 Jul 2010 18:04:41 +0000 (+0000) Subject: I don't think you wanted to assign $IP as a local variable... X-Git-Tag: 1.31.0-rc.0~35944 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=a487825dcea64b83f06df7a9cd5efd12464661ae;p=lhc%2Fweb%2Fwiklou.git I don't think you wanted to assign $IP as a local variable... --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index a8a641b6da..f8491747b3 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -650,6 +650,7 @@ abstract class Installer { * Environment check for setting $IP and $wgScriptPath. */ public function envCheckPath() { + global $IP; $IP = dirname( dirname( dirname( __FILE__ ) ) ); $this->setVar( 'IP', $IP ); @@ -896,4 +897,4 @@ abstract class Installer { return false; } -} \ No newline at end of file +}