summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index d9b9e4ba..22f9b85c 100644
--- a/stream.php
+++ b/stream.php
@@ -24,7 +24,7 @@ require_once 'lib/init.php';
/* If we are running a demo, quick while you still can! */
if (Config::get('demo_mode') || !Access::check('interface','25')) {
- access_denied();
+ UI::access_denied();
exit;
}