Update text.php
This commit is contained in:
parent
9de650e175
commit
1a9ea64523
@ -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);
|
||||
|
Reference in New Issue
Block a user