From: Tobias Diekershoff Date: Sun, 12 Jul 2015 06:52:29 +0000 (+0200) Subject: show selected cachetime in admin panel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b1c6557f327383d3a57b9811abdbf9f45d71c58;p=friendica-addons.git show selected cachetime in admin panel --- diff --git a/curweather/curweather.php b/curweather/curweather.php index 48457fe0..557a10aa 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -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'),