summaryrefslogtreecommitdiffstats
path: root/shout.php
diff options
context:
space:
mode:
Diffstat (limited to 'shout.php')
-rw-r--r--shout.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/shout.php b/shout.php
index 170ae6e4..0e3782f2 100644
--- a/shout.php
+++ b/shout.php
@@ -29,12 +29,12 @@ switch ($_REQUEST['action']) {
case 'add_shout':
// Must be at least a user to do this
if (!Access::check('interface','25')) {
- access_denied();
+ UI::access_denied();
exit;
}
if (!Core::form_verify('add_shout','post')) {
- access_denied();
+ UI::access_denied();
exit;
}