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:
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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user