Localisation updates from http://translatewiki.net.
[lhc/web/wiklou.git] / includes / Preferences.php
index 9a10867..96d9e6d 100644 (file)
@@ -1326,7 +1326,7 @@ class Preferences {
         * @param $alldata
         * @return int
         */
-       static function filterIntval( $value, $alldata ){
+       static function filterIntval( $value, $alldata ) {
                return intval( $value );
        }