typo fixed: User::getIntOption returns an integer, not a boolean
[lhc/web/wiklou.git] / includes / User.php
index 14a22d2..fedc6a9 100644 (file)
@@ -2347,7 +2347,7 @@ class User {
        }
 
        /**
-        * Get the user's current setting for a given option, as a boolean value.
+        * Get the user's current setting for a given option, as an integer value.
         *
         * @param string $oname The option to check
         * @param int $defaultOverride A default value returned if the option does not exist