X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FHelper%2FContentProxy.php;h=5dd684f2dcc410b9d9a5d3fc2902607c2f43e526;hb=9bf83f1fb8d588b871a5d12289179de087756d02;hp=ed4a220dcdbb33e265b6ea2606ef6dbfb1c5d376;hpb=77b9db87b84e20a6042444e3b18665bc66d4f1f2;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;