mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 21:41:23 +00:00
call hook postBatchOperations
This commit is contained in:
parent
5eb4d0bdd5
commit
069ecbb05b
|
|
@ -1679,6 +1679,10 @@ $(document).ready(function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
$txt = $this->callHook('postBatchOperations');
|
||||
if(is_string($txt)) {
|
||||
echo $txt;
|
||||
}
|
||||
// }}}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user