"Aaron Schulz" changed the status of MediaWiki.r110924 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110924
Old status: new
> New status: ok
Commit summary for MediaWiki.r110924:
fix notice on construction without 'containerPaths'
The comment block seems to indicate that containerPaths should only be used
for backwards-compatibility, which implies it is optional.
The following code generated a notice:
$fsBackend = new FSFileBackend( array(
'name' => 'foo',
'lockManager' => 'fsLockManager',
'basePath' => '/tmp/foo',
);
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview