Fix r83140: 'ObjectCache::newAnything' is not a valid callback, use array( 'ObjectCac...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Mar 2011 10:27:24 +0000 (10:27 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Mar 2011 10:27:24 +0000 (10:27 +0000)
commit2ecfa43f088765664d8ee87b820b2740ee31941a
tree7109db414d95298df3e75adde0960a74beab0df1
parentec3c2f8f84e4c606bb0fde3dd60a41ddc77968ab
Fix r83140: 'ObjectCache::newAnything' is not a valid callback, use array( 'ObjectCache', 'newAnything' ) . Apparently this explodes in some versions of PHP but not in others
includes/DefaultSettings.php