Fixes a cut-and-paste bug in error.php, a=chris

Chris Pollett [2012-06-20 00:Jun:th]
Fixes a cut-and-paste bug in error.php, a=chris
Filename
error.php
diff --git a/error.php b/error.php
index 4e417efdd..45a524df1 100755
--- a/error.php
+++ b/error.php
@@ -55,7 +55,6 @@ if(!function_exists("e")) {
 }
 //check if mobile css and formatting should be used or not
 $agent = $_SERVER['HTTP_USER_AGENT'];
-$is_admin = strcmp($controller_name, "admin") == 0;
 if((stristr($agent, "mobile") || stristr($agent, "fennec")) &&
     !stristr($agent, "ipad") ) {
     define("MOBILE", true);
ViewGit