X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=include%2Fconversation.php;h=47adfc0dfbf971dec2677a46669d091b9db249e7;hb=91ef9f238cd79f1546d03a557753eec2c7d09327;hp=27cbd4289b212c985d320f4465ba58bc3b828ebd;hpb=dbfe5c9d2a7173292db9c053feb99ffcd0182000;p=friendica.git diff --git a/include/conversation.php b/include/conversation.php index 27cbd4289b..47adfc0dfb 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -11,6 +11,7 @@ use Friendica\Content\Text\BBCode; use Friendica\Core\Addon; use Friendica\Core\Config; use Friendica\Core\L10n; +use Friendica\Core\Logger; use Friendica\Core\PConfig; use Friendica\Core\Protocol; use Friendica\Core\System; @@ -751,7 +752,7 @@ function conversation(App $a, array $items, Pager $pager, $mode, $update, $previ $threads = $conv->getTemplateData($conv_responses); if (!$threads) { - logger('[ERROR] conversation : Failed to get template data.', LOGGER_DEBUG); + Logger::log('[ERROR] conversation : Failed to get template data.', LOGGER_DEBUG); $threads = []; } }