Fix missing exit

This commit is contained in:
Laurent Destailleur 2019-09-05 15:00:46 +02:00
parent 1828872bd1
commit c816a41006

View File

@ -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))