typo fixed: User::getIntOption returns an integer, not a boolean
authorWikinaut <mail@tgries.de>
Sat, 10 Aug 2013 11:48:37 +0000 (13:48 +0200)
committerWikinaut <mail@tgries.de>
Sat, 10 Aug 2013 11:48:37 +0000 (13:48 +0200)
Change-Id: Ied47f53ccf567ae8fcd047481d46d28c9960b549

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