diff options
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/ContentProxy.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php index 74130be8..d38811a2 100644 --- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php +++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php | |||
@@ -349,6 +349,7 @@ class ContentProxy | |||
349 | 349 | ||
350 | if ($this->ignoreUrl($entry->getUrl())) { | 350 | if ($this->ignoreUrl($entry->getUrl())) { |
351 | $entry->setUrl($url); | 351 | $entry->setUrl($url); |
352 | |||
352 | return false; | 353 | return false; |
353 | } | 354 | } |
354 | 355 | ||
@@ -360,7 +361,7 @@ class ContentProxy | |||
360 | * 'only the path is different between the two urls' whereas | 361 | * 'only the path is different between the two urls' whereas |
361 | * ['fragment', 'query'] means 'only fragment and query string parts are | 362 | * ['fragment', 'query'] means 'only fragment and query string parts are |
362 | * different between the two urls'. | 363 | * different between the two urls'. |
363 | * | 364 | * |
364 | * Note that values in $diff_keys are sorted. | 365 | * Note that values in $diff_keys are sorted. |
365 | */ | 366 | */ |
366 | switch ($diff_keys) { | 367 | switch ($diff_keys) { |