Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -191,9 +191,6 @@ |
192 | 192 | \$IP = dirname( __FILE__ ); |
193 | 193 | } |
194 | 194 | |
195 | | -\$path = array( \$IP, \"\$IP/includes\", \"\$IP/languages\" ); |
196 | | -set_include_path( implode( PATH_SEPARATOR, \$path ) . PATH_SEPARATOR . get_include_path() ); |
197 | | - |
198 | 195 | require_once( \"\$IP/includes/DefaultSettings.php\" ); |
199 | 196 | |
200 | 197 | if ( \$wgCommandLineMode ) { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -53,6 +53,7 @@ |
54 | 54 | * Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized, |
55 | 55 | $wgUseMemCached, $wgDisableSearchContext, $wgColorErrors, |
56 | 56 | $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. |
| 57 | +* (bug 24408) The include_path is not modified in the default LocalSettings.php |
57 | 58 | |
58 | 59 | === New features in 1.17 === |
59 | 60 | * (bug 10183) Users can now add personal styles and scripts to all skins via |