1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Issue #5489 Linkwords now has a pref for who should be able to delete items.

This commit is contained in:
camer0n
2025-05-03 11:39:09 -07:00
parent cbf05e47ed
commit b7bb3b931e
4 changed files with 38 additions and 31 deletions

View File

@@ -7816,7 +7816,7 @@ var_dump($select_options);*/
$tabs = [];
foreach($data['tabs'] as $tabId => $label)
{
$tabs[$tabId] = array('caption'=> $label, 'text'=>$this->renderCreateFieldset($elid, $data, $model, $tabId));
$tabs[$tabId] = array('caption'=> defset($label,$label), 'text'=>$this->renderCreateFieldset($elid, $data, $model, $tabId));
}