1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-01 17:57:56 +02:00

Fixed: Sitelink class was not being saved during plugin install.

This commit is contained in:
Cameron 2015-06-10 15:01:14 -07:00
parent 83ae31c001
commit 49ab235ccb

@ -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'])