dever 6 years ago
parent
commit
bad2e1a262
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -2080,7 +2080,7 @@ class Database
                         if (!isset($vj[1])) {
                             $vj[1] = '';
                         }
-                        if (strstr($vj[1], 'http://')) {
+                        if (strstr($vj[1], 'http')) {
                             $url = $vj[1] . '&id=' . $data['id'];
                         } else {
                             $url = $this->url($kj, $data['id']);