From 05084e03a08206b736abd04522e10c97cd3f2fc3 Mon Sep 17 00:00:00 2001 From: kondou Date: Wed, 17 Apr 2013 15:32:03 +0200 Subject: Use !== and === in settings. --- settings/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/help.php') diff --git a/settings/help.php b/settings/help.php index a5ac11ec9a3..713b23f7857 100644 --- a/settings/help.php +++ b/settings/help.php @@ -13,7 +13,7 @@ OC_Util::addStyle( "settings", "settings" ); OC_App::setActiveNavigationEntry( "help" ); -if(isset($_GET['mode']) and $_GET['mode']=='admin') { +if(isset($_GET['mode']) and $_GET['mode'] === 'admin') { $url=OC_Helper::linkToAbsolute( 'core', 'doc/admin' ); $style1=''; $style2=' pressed'; -- cgit v1.2.3