Check for interface existence in wfLoadAllExtensions() too, otherwise if an extension...
authorRob Church <robchurch@users.mediawiki.org>
Sat, 20 Jan 2007 19:24:37 +0000 (19:24 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 20 Jan 2007 19:24:37 +0000 (19:24 +0000)
commitce733745aab179cd80c47c89ff08a9655b968787
tree77f625767887b9639f707a378a8ca0d71c17ba46
parent54081584a52feb5677182b69d806389df3bd4452
Check for interface existence in wfLoadAllExtensions() too, otherwise if an extension comes with an interface [e.g. BookInformation], the require() can cause it to be double-initialised (the implementing classes will have been loaded, which will have caused PHP to autoload the interface definition) leading to a fatal error
includes/AutoLoader.php