Removed one of the router variables as it was not needed

This commit is contained in:
laf
2014-09-17 18:45:44 +01:00
parent a0b52743d0
commit e81ce9ff60

View File

@@ -252,7 +252,6 @@ function list_devices()
// This will return a list of devices
global $config;
$app = \Slim\Slim::getInstance();
$router = $app->router()->getCurrentRoute()->getParams();
$order = $_GET['order'];
$type = $_GET['type'];
if(empty($order))