Closed xhuang9 closed 5 years ago
I am trying to increment view by Ajax when user interact the page.
Can you add line: protected $allowAnonymous = true; in src/controllers/IncrementController.php
protected $allowAnonymous = true;
Thanks very much. Great plugin.
Good catch, I've added this in v1.0.1. Thanks for the heads up!
Glad you're enjoying the plugin. 🙂
I am trying to increment view by Ajax when user interact the page.
Can you add line:
protected $allowAnonymous = true;
in src/controllers/IncrementController.phpThanks very much. Great plugin.