From: Marcel Werk Date: Mon, 3 Jun 2013 15:56:12 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 2.0.0_Beta_3~19 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=466b3e847ce3da0bf87cc0d33ffc6104672a18ab;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- 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');