projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2325320
)
Fixed install PHP
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 4 Feb 2013 18:49:26 +0000
(19:49 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 4 Feb 2013 18:49:26 +0000
(19:49 +0100)
wcfsetup/install/files/acp/install.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/install.php
b/wcfsetup/install/files/acp/install.php
index 44dda3a156404cf893333afd5a215d1e8a7dea02..96007cf93822971e070a974de89cc19217a1826e 100644
(file)
--- a/
wcfsetup/install/files/acp/install.php
+++ b/
wcfsetup/install/files/acp/install.php
@@
-58,7
+58,7
@@
$statement = WCF::getDB()->prepareStatement($sql);
$statement->execute(array(1));
// reset all caches
-CacheHandler::getInstance()->
clear(WCF_DIR.'cache/', '*'
);
+CacheHandler::getInstance()->
flushAll(
);
// delete language files
LanguageEditor::deleteLanguageFiles();