Fixed typo
authorMarcel Werk <burntime@woltlab.com>
Mon, 3 Jun 2013 15:56:12 +0000 (17:56 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 3 Jun 2013 15:56:12 +0000 (17:56 +0200)
wcfsetup/install/files/lib/data/user/rank/UserRankEditor.class.php

index 5b0e307d2161cf14512b00b29fff6861d2ea9f11..192f684676f4f11e493d2736679397eb5039720e 100644 (file)
@@ -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');