From 466b3e847ce3da0bf87cc0d33ffc6104672a18ab Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 3 Jun 2013 17:56:12 +0200 Subject: [PATCH] Fixed typo --- .../install/files/lib/data/user/rank/UserRankEditor.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/user/rank/UserRankEditor.class.php b/wcfsetup/install/files/lib/data/user/rank/UserRankEditor.class.php index 5b0e307d21..192f684676 100644 --- a/wcfsetup/install/files/lib/data/user/rank/UserRankEditor.class.php +++ b/wcfsetup/install/files/lib/data/user/rank/UserRankEditor.class.php @@ -21,7 +21,7 @@ class UserRankEditor extends DatabaseObjectEditor implements IEditableCachedObje protected static $baseClass = 'wcf\data\user\rank\UserRank'; /** - * @see wcf\data\IEditableCachedObject::resetCache + * @see wcf\data\IEditableCachedObject::resetCache() */ public static function resetCache() { UserStorageHandler::getInstance()->resetAll('userRank'); -- 2.20.1