Merge "Include the backtrace in the log for job exceptions"
[lhc/web/wiklou.git] / includes / IP.php
index 0a8faa2..1e0a4f9 100644 (file)
@@ -526,7 +526,7 @@ class IP {
                        if ( $bits == 0 ) {
                                $network = 0;
                        } else {
-                               $network &= ~( ( 1 << ( 32 - $bits ) ) - 1);
+                               $network &= ~( ( 1 << ( 32 - $bits ) ) - 1 );
                        }
                        # Convert to unsigned
                        if ( $network < 0 ) {