summaryrefslogtreecommitdiffstats
path: root/batch.php
diff options
context:
space:
mode:
Diffstat (limited to 'batch.php')
-rw-r--r--batch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.php b/batch.php
index 359d853a..9dbabaf2 100644
--- a/batch.php
+++ b/batch.php
@@ -25,7 +25,7 @@ ob_end_clean();
//test that batch download is permitted
if (!Access::check_function('batch_download')) {
- access_denied();
+ UI::access_denied();
exit;
}