Comment: | new-installer: WebInstaller's ->finish method needs to be public, not private
It's called from new-index.php if we can't start a session:
$installer = new WebInstaller( $wgRequest );
if ( !$installer->startSession() ) {
$installer->finish();
Resulting in:
[07-Jul-2010 10:37:00] PHP Fatal error: Call to private method WebInstaller::finish() from context '' in /home/avar/g/phase3/config/new-index.php on line 12 |