From e57971ddcef7d0481bbb60c41dc6d0728e74bbfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 9 Feb 2012 18:56:43 +0100 Subject: [PATCH] Fixed indentation --- .../install/files/lib/acp/action/CacheClearAction.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php b/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php index 73f9beed7d..b070ce5dfd 100644 --- a/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php @@ -40,8 +40,8 @@ class CacheClearAction extends AbstractAction { $sql = "SELECT packageDir FROM wcf".WCF_N."_package ".$conditions; - $statement = WCF::getDB()->prepareStatement($sql); - $statement->execute($conditions->getParameters()); + $statement = WCF::getDB()->prepareStatement($sql); + $statement->execute($conditions->getParameters()); while ($row = $statement->fetchArray()) { $packageDir = FileUtil::getRealPath(WCF_DIR . $row['packageDir']); try { -- 2.20.1