X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FHelper%2FContentProxy.php;h=5dd684f2dcc410b9d9a5d3fc2902607c2f43e526;hb=ca8d61b95879314e25aa87c11b5bbfd0df7adb91;hp=ed4a220dcdbb33e265b6ea2606ef6dbfb1c5d376;hpb=4d0ec0e72108ff47952906e5d968a7c3eb0a76f9;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php index ed4a220d..5dd684f2 100644 --- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php +++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php @@ -82,10 +82,10 @@ class ContentProxy try { $this->tagger->tag($entry); } catch (\Exception $e) { - $this->logger->error('Error while trying to automatically tag an entry.', array( + $this->logger->error('Error while trying to automatically tag an entry.', [ 'entry_url' => $url, 'error_msg' => $e->getMessage(), - )); + ]); } return $entry;