Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pyrocms/pyrocms
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencozart committed Jan 24, 2011
2 parents 55b7577 + abf0e51 commit 46bdd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/pyrocms/modules/modules/models/module_m.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public function import_unknown()
$module['is_core'] = $is_core; // is core if core

// Looks like it installed ok, add a record
return $this->add($module);
$this->add($module);
}

// Going back around, 2nd time is addons
Expand Down

0 comments on commit 46bdd16

Please sign in to comment.