Passed
Push — master ( d47a8b...3f1f77 )
by Anthony
02:59
created
admin/views/template/principal.php 1 patch
Braces   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,10 +110,11 @@
 block discarded – undo
110 110
 
111 111
 		<?php
112 112
 			if ($twig_page === true) {
113
-				if (!isset($arr)) $arr = [];
113
+				if (!isset($arr)) {
114
+					$arr = [];
115
+				}
114 116
 				echo $twig->render($page.".html", array_merge(array_merge(array_merge(array_merge($arr, $constant), $_REQUEST), $_SESSION), $arr_admin));
115
-			}
116
-			else {
117
+			} else {
117 118
 				require("admin/views/".$page.".php");
118 119
 			}
119 120
 		?>
Please login to merge, or discard this patch.