From 1697b1474b32f2339de98b153604a2bdb1214db8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 9 Feb 2015 01:27:04 -0800 Subject: [PATCH] Fixes #870 Fallback to sitename option added to {SITELOGO} --- e107_plugins/siteinfo/e_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/siteinfo/e_shortcode.php b/e107_plugins/siteinfo/e_shortcode.php index 065896c21..5116bfc27 100644 --- a/e107_plugins/siteinfo/e_shortcode.php +++ b/e107_plugins/siteinfo/e_shortcode.php @@ -118,7 +118,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin. } elseif(varset($parm['fallback']) == 'sitename') // fallback to { - return $this->sc_sitename('link'); + return $this->sc_sitename($parm); } else {