Fixed FileOp::attemptBatch() behavior when unexpected failures occur with the 'force...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 6 Mar 2012 22:59:59 +0000 (22:59 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 6 Mar 2012 22:59:59 +0000 (22:59 +0000)
commit302cc62a77f517f2a9bea3394f2aed2e1d95f698
treead0e917f81ba8d36f66513ccde57818aa275dad1
parentee8ea4d04e041b7bfe6e37a8e77a0c7c26d4787a
Fixed FileOp::attemptBatch() behavior when unexpected failures occur with the 'force' option. It can't continue on since the ops assumed that $predicates was correct, which it won't be. It now simply halts operations.
includes/filerepo/backend/FileOp.php