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:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user