diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 2fc4b41a0..0aac6a8d4 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -401,6 +401,17 @@ $(document).ready(function() { return self::show(); } /* }}} */ + function batchoperation() { /* {{{ */ + $dms = $this->params['dms']; + $user = $this->params['user']; + + if (false === $this->callHook('runBatchOperation')) { + $this->setParam('batchmsg', 'Aiii, error'); + } + + return self::show(); + } /* }}} */ + function opensearchsuggestion() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user'];