diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 5c69e5d87..081feea16 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -1679,6 +1679,10 @@ $(document).ready(function() { } } } + $txt = $this->callHook('postBatchOperations'); + if(is_string($txt)) { + echo $txt; + } // }}} ?>