Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request joomla#1145 from mbabker/installer
Check for install method versus discover_install
  • Loading branch information
chdemko committed Apr 13, 2012
2 parents 19469d4 + 8135508 commit c3d1e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/installer/adapters/component.php
Expand Up @@ -1700,7 +1700,7 @@ public function discover_install()
ob_start();
ob_implicit_flush(false);

if ($this->parent->manifestClass && method_exists($this->parent->manifestClass, 'discover_install'))
if ($this->parent->manifestClass && method_exists($this->parent->manifestClass, 'install'))
{

if ($this->parent->manifestClass->install($this) === false)
Expand Down

0 comments on commit c3d1e63

Please sign in to comment.