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:
6874096
)
Fixed storage handler usage in wcfsetup/install/files/lib/system/storage/StorageHandl...
author
rs90
<rs90@arcor.de>
Sat, 6 Aug 2011 10:14:47 +0000
(13:14 +0300)
committer
rs90
<rs90@arcor.de>
Sat, 6 Aug 2011 10:14:47 +0000
(13:14 +0300)
wcfsetup/install/files/lib/system/storage/StorageHandler.class.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/lib/system/storage/StorageHandler.class.php
b/wcfsetup/install/files/lib/system/storage/StorageHandler.class.php
index 420b47cce5941bbdd5e8caa0c5c4a44df6baeafc..ac55600d6a3cf73e7dae755405f737290faf4fc2 100644
(file)
--- a/
wcfsetup/install/files/lib/system/storage/StorageHandler.class.php
+++ b/
wcfsetup/install/files/lib/system/storage/StorageHandler.class.php
@@
-119,7
+119,7
@@
class StorageHandler extends SingletonFactory {
$this->cache[$userID][$packageID][$field] = $fieldValue;
// flag key as outdated
- self::reset(
$userID
, $field, $packageID);
+ self::reset(
array($userID)
, $field, $packageID);
}
/**