src build elFinder-2.1-53d44eb

This commit is contained in:
nao-pon
2016-02-02 20:04:14 +09:00
parent 4395e4e603
commit e257f543a2
6 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ if (! class_exists('RecursiveCallbackFilterIterator', false)) {
}
public function accept () {
$callback = $this->callback;
return $callback(parent::current(), parent::key(), parent::getInnerIterator());
return call_user_func($this->callback, parent::current(), parent::key(), parent::getInnerIterator());
}
public function getChildren () {