MINOR Returning at least some error feedback when admin/* route isn't found (fixes #7409)

This commit is contained in:
Ingo Schommer 2012-06-03 22:46:16 +02:00
parent c18c29f464
commit 31a66e0424

View File

@ -89,5 +89,7 @@ class AdminRootController extends Controller {
}
}
}
return $this->httpError(404, 'Not found');
}
}