Fix missing exit
This commit is contained in:
parent
1828872bd1
commit
c816a41006
@ -49,6 +49,7 @@ if (empty($keyforcontent) && empty($conf->global->EXTERNALSITE_URL))
|
||||
llxHeader();
|
||||
print '<div class="error">'.$langs->trans('ExternalSiteModuleNotComplete').'</div>';
|
||||
llxFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
if (! empty($keyforcontent))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user