Skip to content

Commit

Permalink
Fixed: PHP Notice: Undefined index: prirotiy in /var/www/imscp/gui/li…
Browse files Browse the repository at this point in the history
…brary/iMSCP/Plugin/Manager.php on line 1390
  • Loading branch information
nuxwin committed Dec 1, 2014
1 parent 688eaf1 commit 55ce35f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -26,6 +26,9 @@ i18n:
l10N
Fixed: Don't throw any exception when a locale is not valid. Fallback to the default locale instead

PLUGINS
Fixed: PHP Notice: Undefined index: prirotiy in /var/www/imscp/gui/library/iMSCP/Plugin/Manager.php on line 1390

VENDOR
Added: pGenerator jQuery plugin v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion gui/library/iMSCP/Plugin/Manager.php
Expand Up @@ -1387,7 +1387,7 @@ protected function addPluginIntoDatabase(array $pluginData)
plugin_name = ?
',
array(
$pluginData['info'], $pluginData['config'], $pluginData['prirotiy'], $pluginData['status'],
$pluginData['info'], $pluginData['config'], $pluginData['priority'], $pluginData['status'],
$pluginData['backend'], $pluginData['name']
)
);
Expand Down

0 comments on commit 55ce35f

Please sign in to comment.