@@ -165,8 +165,7 @@ |
||
| 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 | } |