? Success

User tests: Successful: Unsuccessful:

avatar atgbcn
atgbcn
14 Feb 2014

<?php if ((!$statusFixed) && ($this->countModules('status'))) : ?>
needs to be changed by
<?php if ((!$statusFixed) && ($this->getInstance()->countModules('status'))) :?>

$this is, at that point, instantiated to JDocumentError which has not countModules method throwing an error.

avatar atgbcn atgbcn - open - 14 Feb 2014
avatar atgbcn
atgbcn - comment - 2 Mar 2014

Thanks Hackwar!

avatar mbabker mbabker - change - 1 Jun 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-06-01 14:42:27
avatar mbabker mbabker - close - 1 Jun 2014
avatar mbabker mbabker - reference | 0cb83b0 - 1 Jun 14
avatar mbabker mbabker - merge - 1 Jun 2014
avatar mbabker mbabker - close - 1 Jun 2014

Add a Comment

Login with GitHub to post a comment