Completed
Pull Request — master (#40)
by
unknown
04:13
created
ecrire/action/editer_logo.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
 		if (count($logo) < 6) {
43 43
 			spip_log("Supprimer ancien logo $logo", 'logo');
44 44
 			spip_unlink($logo[0]);
45
-		}
46
-		elseif ($doc = $logo[5]
45
+		} elseif ($doc = $logo[5]
47 46
 			and isset($doc['id_document'])
48 47
 		  and $id_document = $doc['id_document']) {
49 48
 
Please login to merge, or discard this patch.