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

View File

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