From: Alexander Ebert Date: Wed, 20 Jan 2016 16:44:22 +0000 (+0100) Subject: Fixed minor issues X-Git-Tag: 3.0.0_Beta_1~2030^2~150 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d38697d0a60372fdfddb55d599088e45fe47c5c8;p=GitHub%2FWoltLab%2FWCF.git Fixed minor issues --- diff --git a/wcfsetup/install/files/acp/templates/rescueMode.tpl b/wcfsetup/install/files/acp/templates/rescueMode.tpl index 5936b1d75c..daf1c45522 100644 --- a/wcfsetup/install/files/acp/templates/rescueMode.tpl +++ b/wcfsetup/install/files/acp/templates/rescueMode.tpl @@ -6,7 +6,7 @@ {lang}wcf.acp.rescueMode{/lang} - {lang}wcf.global.acp{/lang}{if PACKAGE_ID} - {PAGE_TITLE|language}{/if} - + @@ -19,7 +19,7 @@
diff --git a/wcfsetup/install/files/lib/acp/form/RescueModeForm.class.php b/wcfsetup/install/files/lib/acp/form/RescueModeForm.class.php index 9f3e16d17d..d45286a1a4 100644 --- a/wcfsetup/install/files/lib/acp/form/RescueModeForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/RescueModeForm.class.php @@ -209,7 +209,7 @@ class RescueModeForm extends AbstractCaptchaForm { $this->applicationValues[$packageID]['domainPath'] = $domainPath; if (isset($usedPaths[$domainName])) { - if(isset($usedPaths[$domainName][$domainPath])) { + if (isset($usedPaths[$domainName][$domainPath])) { WCF::getTPL()->assign('conflictApplication', $this->applications[$usedPaths[$domainName][$domainPath]]->getPackage()); throw new UserInputException("application_{$packageID}_domainPath", 'conflict'); }