drop unneeded var_dump - fixes #9997

remotes/origin/fix-10825
Morris Jobke 10 years ago
parent 81d112fb42
commit d40bdfb35e
  1. 1
      lib/private/route/router.php

@ -243,7 +243,6 @@ class Router implements IRouter {
if (isset($parameters['action'])) {
$action = $parameters['action'];
if (!is_callable($action)) {
var_dump($action);
throw new \Exception('not a callable action');
}
unset($parameters['action']);

Loading…
Cancel
Save