diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-12-20 18:05:55 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-12-20 18:05:55 +0300 |
| commit | 4b44103b849912714e2f044b62d158c8188f3a81 (patch) | |
| tree | 2e7bf0ef01a34f4c89ddcf8db052a813ec57c55a /plugins/af_comics/init.php | |
| parent | 573784c316c44280fef319117720479c3dc052ed (diff) | |
| parent | 63ee91c82e3fa17f5ade147aff8d319104b9e52e (diff) | |
Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integration
Diffstat (limited to 'plugins/af_comics/init.php')
| -rwxr-xr-x | plugins/af_comics/init.php | 2 |
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); |