Skip to content
Snippets Groups Projects
Commit 3c06a575 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

15H01 - Minor bug fix

parent 6bde936d
Branches
Tags
No related merge requests found
\.vscode
vbcms-config.php
......@@ -80,7 +80,8 @@ function loadModule($type, $moduleAlias, $moduleParams){
}
} else {
// Aucune extension ne gère cet alias
show404($type);
if(empty($moduleAlias)) include $GLOBALS['vbcmsRootPath'].'/vbcms-core/defaultPages/index.php';
else show404($type);
}
}
} else show404($type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment