aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-10-24 22:27:27 +0200
committerKevin Decherf <kevin@kdecherf.com>2018-10-24 22:27:27 +0200
commit60599679519e819301ce36185c3dd5ca7aa7f4ec (patch)
tree34a9d96e7d909fcbdef3b141ee4c8b4235f9ef6a /src
parent44e63667d9cf331aeedef8cb964538823c0a145d (diff)
downloadwallabag-60599679519e819301ce36185c3dd5ca7aa7f4ec.tar.gz
wallabag-60599679519e819301ce36185c3dd5ca7aa7f4ec.tar.zst
wallabag-60599679519e819301ce36185c3dd5ca7aa7f4ec.zip
updateOriginUrl: remove 'query string' case from ignore list
Two urls with a different query string may refer to two different pages so keep them both. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index a93f4a2d..74130be8 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -374,8 +374,6 @@ class ContentProxy
374 $entry->setUrl($url); 374 $entry->setUrl($url);
375 break; 375 break;
376 case ['fragment']: 376 case ['fragment']:
377 case ['query']:
378 case ['fragment', 'query']:
379 // noop 377 // noop
380 break; 378 break;
381 default: 379 default: