Fixed indentation
authorTim Düsterhus <timwolla@arcor.de>
Thu, 9 Feb 2012 17:56:43 +0000 (18:56 +0100)
committerTim Düsterhus <timwolla@arcor.de>
Thu, 9 Feb 2012 17:56:43 +0000 (18:56 +0100)
wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php

index 73f9beed7d21ce91598080bc5721af13f1c68ff3..b070ce5dfd9466c7fff172d747a352796ceb79e4 100644 (file)
@@ -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 {