Skip to content

Commit

Permalink
JPluginHelper::getPlugin now return id #7355
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsbd71 committed Jul 6, 2015
1 parent 7e428ec commit b37762c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/plugin/helper.php
Expand Up @@ -299,7 +299,7 @@ protected static function load()
{
$db = JFactory::getDbo();
$query = $db->getQuery(true)
->select('folder AS type, element AS name, params')
->select('extension_id as id, folder AS type, element AS name, params')
->from('#__extensions')
->where('enabled = 1')
->where('type =' . $db->quote('plugin'))
Expand Down

0 comments on commit b37762c

Please sign in to comment.