add url on notify

This commit is contained in:
marcos 2020-04-08 09:45:18 +02:00
parent c44cb889e0
commit ff3b285f08
1 changed files with 1 additions and 1 deletions

View File

@ -2399,7 +2399,7 @@ class ConsoleSupervisor
'type' => 'NOTIF.ALLOWOVERRIDE.MESSAGE',
'title' => __('AllowOverride is disabled'),
'message' => __($message),
'url' => '',
'url' => ui_get_full_url('index.php'),
]
);
}