Skip to content

Commit 334247f

Browse files
committed
bug
1 parent 9cf0463 commit 334247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function array_insert (&$array, $position, $insert_array) {
124124
</fieldset>
125125
</form>
126126

127-
<?php if (!empty(get('url'))): ?>
127+
<?php if (get('url')): ?>
128128
<section>
129129
<h1>Result:</h1>
130130

0 commit comments

Comments
 (0)