Merge "Check validity and availability of usernames during signup via AJAX"
[lhc/web/wiklou.git] / includes / objectcache / ObjectCacheSessionHandler.php
index bc76294..7cf960e 100644 (file)
@@ -94,7 +94,7 @@ class ObjectCacheSessionHandler {
         */
        static function read( $id ) {
                $data = self::getCache()->get( self::getKey( $id ) );
-               if( $data === false ) {
+               if ( $data === false ) {
                        return '';
                }
                return $data;