]> git.mxchange.org Git - friendica-addons.git/blobdiff - curweather/curweather.php
show selected cachetime in admin panel
[friendica-addons.git] / 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'),