Navigation Menu

Skip to content

Commit

Permalink
Dev: plugin manager construct error
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 2, 2015
1 parent 429997d commit 02a7636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/Survey_Common_Action.php
Expand Up @@ -24,7 +24,7 @@
*/
class Survey_Common_Action extends CAction
{
public function __construct($controller, $id)
public function __construct($controller=null, $id=null)
{
parent::__construct($controller, $id);
// Make sure viewHelper can be autoloaded
Expand Down

0 comments on commit 02a7636

Please sign in to comment.