From: Alexander Ebert Date: Sun, 6 Mar 2016 13:46:43 +0000 (+0100) Subject: Fixed WCFSetup crashing w/o an application X-Git-Tag: 3.0.0_Beta_1~2030^2~61 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9f60a0465c81990edcd2c659e2945d85d7638aa;p=GitHub%2FWoltLab%2FWCF.git Fixed WCFSetup crashing w/o an application --- diff --git a/wcfsetup/install/files/acp/templates/footer.tpl b/wcfsetup/install/files/acp/templates/footer.tpl index 443ef8bfe1..7f26bf3a1d 100644 --- a/wcfsetup/install/files/acp/templates/footer.tpl +++ b/wcfsetup/install/files/acp/templates/footer.tpl @@ -6,7 +6,7 @@ {include file='pageFooter'} -{include file='pageMenuMobile'} +{if PACKAGE_ID}{include file='pageMenuMobile'}{/if} {event name='footer'}