]> git.mxchange.org Git - friendica-addons.git/commitdiff
show selected cachetime in admin panel
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Jul 2015 06:52:29 +0000 (08:52 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Jul 2015 06:52:29 +0000 (08:52 +0200)
curweather/curweather.php

index 48457fe09252e77ed82be5260f3c25229d247178..557a10aa4a0715ae5368ef5d1021ee241e7ea53b 100644 (file)
@@ -198,6 +198,7 @@ function curweather_plugin_admin (&$a, &$o) {
     if(! is_site_admin())
            return;
     $appid = get_config('curweather','appid');
+    $cachetime = get_config('curweather','cachetime');
     $t = get_markup_template("admin.tpl", "addon/curweather/" );
     $o = replace_macros ($t, array(
        '$submit' => t('Save Settings'),