Update text.php

This commit is contained in:
Max Kostikov 2018-11-29 19:28:54 +01:00
parent 9de650e175
commit 1a9ea64523

View File

@ -1118,7 +1118,8 @@ function sslify($s) {
foreach ($matches as $match) {
logger('uid: ' . $uid . '; url: ' . $match[2], LOGGER_DEBUG);
$cache = array(
'url' => $match[2]
'url' => $match[2],
'uid' => local_channel()
);
call_hooks('cache_url_hook', $cache);
logger('cache status: ' . intval($cache['status']) .'; cached as: ' . ($cache['cached'] ? $cache['hash'] : '-'), LOGGER_DEBUG);