fix bug in LinkBatch::execute(), it's meant to return an array

This commit is contained in:
Tim Starling 2006-07-20 14:52:02 +00:00
parent ad475d3465
commit b300b9a204

View file

@ -66,7 +66,7 @@ class LinkBatch {
*/
function execute() {
$linkCache =& LinkCache::singleton();
$this->executeInto( $linkCache );
return $this->executeInto( $linkCache );
}
/**