fix bug in LinkBatch::execute(), it's meant to return an array
This commit is contained in:
parent
ad475d3465
commit
b300b9a204
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class LinkBatch {
|
|||
*/
|
||||
function execute() {
|
||||
$linkCache =& LinkCache::singleton();
|
||||
$this->executeInto( $linkCache );
|
||||
return $this->executeInto( $linkCache );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue