diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-02 23:04:24 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-02 23:04:24 +0200 |
commit | 161395d7098ec2bd86671d15d5b54f39148e2d5b (patch) | |
tree | 60d63ffd57a84315d746f2a705b19ea6e60d090c /inc/poche/pocheTools.class.php | |
parent | 5ffe5cf541d0d1c7524537b034d0cde3da18f6e7 (diff) | |
download | wallabag-161395d7098ec2bd86671d15d5b54f39148e2d5b.tar.gz wallabag-161395d7098ec2bd86671d15d5b54f39148e2d5b.tar.zst wallabag-161395d7098ec2bd86671d15d5b54f39148e2d5b.zip |
mv pochetool pochetools
Diffstat (limited to 'inc/poche/pocheTools.class.php')
-rw-r--r-- | inc/poche/pocheTools.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/poche/pocheTools.class.php b/inc/poche/pocheTools.class.php index 8907c18e..08c9dc8f 100644 --- a/inc/poche/pocheTools.class.php +++ b/inc/poche/pocheTools.class.php | |||
@@ -75,11 +75,11 @@ class pocheTools | |||
75 | 75 | ||
76 | # prevent loop | 76 | # prevent loop |
77 | if (empty($url) || parse_url($url, PHP_URL_QUERY) === $_SERVER['QUERY_STRING']) { | 77 | if (empty($url) || parse_url($url, PHP_URL_QUERY) === $_SERVER['QUERY_STRING']) { |
78 | $url = pocheTool::getUrl(); | 78 | $url = pocheTools::getUrl(); |
79 | } | 79 | } |
80 | 80 | ||
81 | if (substr($url, 0, 1) !== '?') { | 81 | if (substr($url, 0, 1) !== '?') { |
82 | $ref = pocheTool::getUrl(); | 82 | $ref = pocheTools::getUrl(); |
83 | if (substr($url, 0, strlen($ref)) !== $ref) { | 83 | if (substr($url, 0, strlen($ref)) !== $ref) { |
84 | $url = $ref; | 84 | $url = $ref; |
85 | } | 85 | } |