From 49ab235ccbc4017cbac2af784694babad2ee9ab1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 10 Jun 2015 15:01:14 -0700 Subject: [PATCH] Fixed: Sitelink class was not being saved during plugin install. --- e107_handlers/plugin_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 72f5ef28b..ce187c118 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -942,7 +942,7 @@ class e107plugin 'link_order' => $link_t + 1, 'link_parent' => '0', 'link_open' => '0', - 'link_class' => vartrue($linkclass,'0'), + 'link_class' => vartrue($link_class,'0'), 'link_function' => (vartrue($options['link_function']) ? $this->plugFolder ."::".$options['link_function'] : ""), 'link_sefurl' => vartrue($options['link_sef']), 'link_owner' => vartrue($options['link_owner'])