Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Nov 1, 2017
1 parent c92190a commit 2b27075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion administrator/components/com_plugins/models/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ protected function preprocessForm(JForm $form, $data, $group = 'content')
->from($db->quoteName('#__extensions'))
->where($db->quoteName('type') . ' = ' . $db->quote('plugin'))
->where($db->quoteName('folder') . ' = ' . $db->quote($folder));

$db->setQuery($query);
$elements = $db->loadColumn();

Expand Down

0 comments on commit 2b27075

Please sign in to comment.