Skip to content

Commit

Permalink
# [joomla#27342] *Type display in Plugin Manager "Select Type" filter
Browse files Browse the repository at this point in the history
dropdown broken
  • Loading branch information
infograf768 committed Dec 8, 2011
1 parent 5309d29 commit 4d6beee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_plugins/helpers/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static function folderOptions()
$db = JFactory::getDbo();
$query = $db->getQuery(true);

$query->select('DISTINCT(folder) AS value, folder AS text, name');
$query->select('DISTINCT(folder) AS value, folder AS text');
$query->from('#__extensions');
$query->where($db->nameQuote('type').' = '.$db->quote('plugin'));
$query->order('folder');
Expand Down
3 changes: 3 additions & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ $ -> Language fix or change
- -> Removed
! -> Note

08-Dec-2011 Jean-Marie Simonet
# [#27342] *Type display in Plugin Manager "Select Type" filter dropdown broken

07-Dec-2011 Jean-Marie Simonet
$ [#27316] customize not en-GB. Thanks Brian.
$ [#27309] centred spelling en-GB
Expand Down

0 comments on commit 4d6beee

Please sign in to comment.