Completed
Push — master ( 8e24d3...3f57d6 )
by Eric
02:26
created
view/anax/v2/weather/weather-info.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,9 +46,11 @@
 block discarded – undo
46 46
             <?= $errorMsg ?>
47 47
         </pre>
48 48
         <?php
49
-    else :
49
+    else {
50
+        :
50 51
         if (isset($currently)) :
51 52
             include "currentWeather.php";
53
+    }
52 54
         endif;
53 55
         if (isset($hours)) :
54 56
             include "hourlyWeather.php";
Please login to merge, or discard this patch.