Skip to content

Commit f821cc8

Browse files
authored
Fix saving template options from frontend (#32281)
1 parent 6cb3dd1 commit f821cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_config/src/Model/TemplatesModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getForm($data = array(), $loadData = true)
5555
try
5656
{
5757
// Get the form.
58-
$form = $this->loadForm('com_config.templates', 'templates', array('control' => 'jform', 'load_data' => $loadData));
58+
$form = $this->loadForm('com_config.templates', 'templates', array('load_data' => $loadData));
5959

6060
$data = array();
6161
$this->preprocessForm($form, $data);

0 commit comments

Comments
 (0)