Completed
Push — master ( 32470c...ffbbca )
by cam
01:36
created
ecrire/bootstrap/inc/path.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,8 +169,7 @@
 block discarded – undo
169 169
 	) {
170 170
 		if (($fsize = substr($f, 0, -6) . $m[1] . '.svg') && file_exists($fsize)) {
171 171
 			return $themefiles["$subdir$file"] = $fsize;
172
-		}
173
-		else {
172
+		} else {
174 173
 			return $themefiles["$subdir$file"] = "$f?" . $m[1] . 'px';
175 174
 		}
176 175
 	}
Please login to merge, or discard this patch.
ecrire/bootstrap/inc/logging.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,7 @@
 block discarded – undo
49 49
 	}
50 50
 	if (!isset($regs[2])) {
51 51
 		$niveau = _LOG_INFO;
52
-	}
53
-	else {
52
+	} else {
54 53
 		$niveau = intval($regs[2]);
55 54
 	}
56 55
 
Please login to merge, or discard this patch.