mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:55:55 +00:00
diskcache: unify naming
This commit is contained in:
@@ -106,7 +106,7 @@ class Handler_Public extends Handler {
|
||||
$content = Sanitizer::sanitize($line["content"], false, $owner_uid,
|
||||
$feed_site_url, false, $line["id"]);
|
||||
|
||||
$content = DiskCache::rewriteUrls($content);
|
||||
$content = DiskCache::rewrite_urls($content);
|
||||
|
||||
if ($line['note']) {
|
||||
$content = "<div style=\"$note_style\">Article note: " . $line['note'] . "</div>" .
|
||||
@@ -354,7 +354,7 @@ class Handler_Public extends Handler {
|
||||
},
|
||||
$line);
|
||||
|
||||
$line['content'] = DiskCache::rewriteUrls($line['content']);
|
||||
$line['content'] = DiskCache::rewrite_urls($line['content']);
|
||||
|
||||
header("Content-Type: text/html");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user