fix notice on construction without 'containerPaths'
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 8 Feb 2012 09:21:19 +0000 (09:21 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 8 Feb 2012 09:21:19 +0000 (09:21 +0000)
commit83a290eb0da7f289a0ac6fdb4c07b0fd991abcf4
treefb4acff3da2040479d0cfb35e9db6ca4edadf22f
parent0d734714977e4f0662eb10249fd56e63812f2cc2
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',
);
includes/filerepo/backend/FSFileBackend.php