aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-10-22 23:08:58 +0200
committerKevin Decherf <kevin@kdecherf.com>2018-10-22 23:08:58 +0200
commitfc040c749dec0275e562182562c1c1cb89e6cfa1 (patch)
tree5845f272a8c5f8b1aa7c3e7da0d798b791952cc8 /src
parente07fadea76aa7329c4b955a59e74cb867c733706 (diff)
downloadwallabag-fc040c749dec0275e562182562c1c1cb89e6cfa1.tar.gz
wallabag-fc040c749dec0275e562182562c1c1cb89e6cfa1.tar.zst
wallabag-fc040c749dec0275e562182562c1c1cb89e6cfa1.zip
updateOriginUrl: add behavior when diff is fragment and query
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index 007ee8bb..1a2a330f 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -344,6 +344,7 @@ class ContentProxy
344 break; 344 break;
345 case ['fragment']: 345 case ['fragment']:
346 case ['query']: 346 case ['query']:
347 case ['fragment', 'query']:
347 // noop 348 // noop
348 break; 349 break;
349 default: 350 default: