Completed
Push — 8.x-1.x ( e8a96d...427045 )
by Alexandre
01:48
created
crop.module 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -165,8 +165,7 @@
 block discarded – undo
165 165
       // Append either with a ? or a & if there are existing query arguments.
166 166
       if (strpos($uri, '?') === FALSE) {
167 167
         $uri .= '?h=' . $shortened_hash;
168
-      }
169
-      else {
168
+      } else {
170 169
         $uri .= '&h=' . $shortened_hash;
171 170
       }
172 171
     }
Please login to merge, or discard this patch.