Fix PHP Notice: Undefined variable: menu
This commit is contained in:
parent
8194a18ae9
commit
87deca2c54
@ -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')
|
||||
)));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user