mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-11879-error-acl-cuando-no-existe-disco-nuevo-discovery' into 'develop'
Ent 11879 error acl cuando no existe disco nuevo discovery See merge request artica/pandorafms!6369
This commit is contained in:
commit
79857d6b71
@ -283,7 +283,8 @@ class ExtensionsDiscovery extends Wizard
|
||||
ui_require_javascript_file('extensions_discovery');
|
||||
$_iniFile = $this->loadIni();
|
||||
if ($_iniFile === false) {
|
||||
include 'general/noaccess.php';
|
||||
// No file .disco.
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('No .disco file found') ]);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user