Added missing router variable

This commit is contained in:
laf
2015-08-03 15:02:35 +00:00
parent 715f2a19b3
commit 016415df8f

View File

@ -847,6 +847,7 @@ function list_oxidized() {
function list_bills() {
global $config;
$app = \Slim\Slim::getInstance();
$router = $app->router()->getCurrentRoute()->getParams();
$status = 'ok';
$err_msg = '';
$message = '';