Skip to content

Commit

Permalink
[imp] if the extension has no name skip it
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Nov 2, 2015
1 parent c7acb19 commit e3b8556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions administrator/components/com_admin/models/sysinfo.php
Expand Up @@ -429,9 +429,6 @@ public function getExtensions()

foreach ($extensions as $extension)
{
// Initialise with an empty array
$installed[$extension->name] = array();

if (strlen($extension->name) == 0)
{
continue;
Expand Down

0 comments on commit e3b8556

Please sign in to comment.