Skip to content

Commit

Permalink
Merge pull request #20 from zero-24/patch-27
Browse files Browse the repository at this point in the history
fix unprotect query so we can realy uninstall it
  • Loading branch information
Michael Babker committed Dec 28, 2014
2 parents a66707d + f85fa78 commit e968b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function updateDatabase()
$db->getQuery(true)
->update('#__extensions')
->set('protected = 0')
->where($db->quoteName('name') . ' = ' . $db->quote('plg_quickicon_eosnotify'))
->where($db->quoteName('extension_id') . ' = ' . $id)
)->execute();

$installer = new JInstaller;
Expand Down

0 comments on commit e968b16

Please sign in to comment.