Skip to content

Commit

Permalink
Dev: fixed bug in configure. TODO : parse title.
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 2, 2015
1 parent 9cf279b commit 8342be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/pluginmanager/configure.php
Expand Up @@ -4,7 +4,7 @@

$this->widget('ext.SettingsWidget.SettingsWidget', array(
'settings' => $settings,
'title' => $title,
'title' => 'FOOBAR',
'formHtmlOptions' => array(
'id' => "pluginsettings-{$plugin['name']}",
),
Expand Down

0 comments on commit 8342be7

Please sign in to comment.