Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -650,6 +650,7 @@ |
651 | 651 | * Environment check for setting $IP and $wgScriptPath. |
652 | 652 | */ |
653 | 653 | public function envCheckPath() { |
| 654 | + global $IP; |
654 | 655 | $IP = dirname( dirname( dirname( __FILE__ ) ) ); |
655 | 656 | |
656 | 657 | $this->setVar( 'IP', $IP ); |
— | — | @@ -896,4 +897,4 @@ |
897 | 898 | return false; |
898 | 899 | } |
899 | 900 | |
900 | | -} |
\ No newline at end of file |
| 901 | +} |