From ecbcdc417942875fa2355ced3ebde6993e28fb4a Mon Sep 17 00:00:00 2001 From: rs90 Date: Sat, 6 Aug 2011 13:14:47 +0300 Subject: [PATCH] Fixed storage handler usage in wcfsetup/install/files/lib/system/storage/StorageHandler.class.php --- .../install/files/lib/system/storage/StorageHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/storage/StorageHandler.class.php b/wcfsetup/install/files/lib/system/storage/StorageHandler.class.php index 420b47cce5..ac55600d6a 100644 --- 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); } /** -- 2.20.1