diff --git a/html/pages/device/routing/cef.inc.php b/html/pages/device/routing/cef.inc.php
index 65535b0ae..b2e30f921 100644
--- a/html/pages/device/routing/cef.inc.php
+++ b/html/pages/device/routing/cef.inc.php
@@ -6,7 +6,7 @@ $menu_options = array('basic' => 'Basic',
'graphs' => 'Graphs',
);
-if (!$_GET['optb']) { $_GET['opta'] = "basic"; }
+if (!$_GET['optb']) { $_GET['optb'] = "basic"; }
echo('CEF » ');