summaryrefslogtreecommitdiff
path: root/plugins/af_comics/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-20 18:05:55 +0300
committerAndrew Dolgov <[email protected]>2019-12-20 18:05:55 +0300
commit4b44103b849912714e2f044b62d158c8188f3a81 (patch)
tree2e7bf0ef01a34f4c89ddcf8db052a813ec57c55a /plugins/af_comics/init.php
parent573784c316c44280fef319117720479c3dc052ed (diff)
parent63ee91c82e3fa17f5ade147aff8d319104b9e52e (diff)
Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integration
Diffstat (limited to 'plugins/af_comics/init.php')
-rwxr-xr-xplugins/af_comics/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php
index c0e97297d..47e5894a7 100755
--- a/plugins/af_comics/init.php
+++ b/plugins/af_comics/init.php
@@ -110,7 +110,7 @@ class Af_Comics extends Plugin {
$tpl->readTemplateFromFile('templates/generated_feed.txt');
$tpl->setVariable('FEED_TITLE', $feed_title, true);
- $tpl->setVariable('VERSION', VERSION, true);
+ $tpl->setVariable('VERSION', get_version(), true);
$tpl->setVariable('FEED_URL', htmlspecialchars($fetch_url), true);
$tpl->setVariable('SELF_URL', $site_url, true);