diff options
Diffstat (limited to 'batch.php')
-rw-r--r-- | batch.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |