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();
|
llxHeader();
|
||||||
print '<div class="error">'.$langs->trans('ExternalSiteModuleNotComplete').'</div>';
|
print '<div class="error">'.$langs->trans('ExternalSiteModuleNotComplete').'</div>';
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($keyforcontent))
|
if (! empty($keyforcontent))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user