Fix PHP Notice: Undefined variable: menu

This commit is contained in:
Mathias Kresin 2014-12-10 16:49:22 +01:00
parent 8194a18ae9
commit 87deca2c54
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Router\get_action('console', function() {
Response\html(Template\layout('console', array(
'content' => @file_get_contents(DEBUG_FILENAME),
'menu' => 'config',
'title' => t('Console')
)));
});