Skip to content

Commit

Permalink
change parameter to public as suggested in Platform & Plugins forum:
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jul 11, 2014
1 parent d196f44 commit 305f165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/Tracker/Action.php
Expand Up @@ -70,9 +70,11 @@ static public function factory(Request $request)
}

/**
* Public so that events listener can access it
*
* @var Request
*/
protected $request;
public $request;

private $idLinkVisitAction;
private $actionIdsCached = array();
Expand Down

0 comments on commit 305f165

Please sign in to comment.