summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index 519df18a..f86168ec 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -68,7 +68,7 @@ include_once "include/page_header.php";
if(isset($_REQUEST["screenid"]))
{
- if(!screen_accessiable($_REQUEST["screenid"], PERM_READ_WRITE))
+ if(!screen_accessible($_REQUEST["screenid"], PERM_READ_WRITE))
access_deny();
$screen = get_screen_by_screenid($_REQUEST["screenid"]);