summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 2c75791c..302e9663 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -146,7 +146,7 @@ include_once "include/page_header.php";
echo 'dashboard_submenu["menu_sysmaps"] = '.zbx_jsvalue(make_sysmap_submenu()).';';
}
}
- if(in_array($_REQUEST['favobj'],array('screenid','slideid'))){
+ if(in_array($_REQUEST['favobj'],array('screenid','slideshowid'))){
$result = false;
if('add' == $_REQUEST['action']){
$result = add2favorites('web.favorite.screenids',$_REQUEST['favid'],$_REQUEST['favobj']);