This is my answer to a Question on Support site for LampCMS project
OK, I figured out the problem. The SiteMap class needs this constructor.
Add it to the SiteMap class and it will work. Keep using the factory method that I posted before.
public function __construct(Registry $o){ $this->oRegistry = $o; }
No comments:
Post a Comment