controller icon indicating copy to clipboard operation
controller copied to clipboard

Fatal error if ACF expected and not activated

Open kingkero opened this issue 2 years ago • 0 comments

When protected $acf = true; in the Controller, but the plugin is not activated, this will create a Fatal error.

Fatal error: Uncaught Error: Call to a member function setData() on null in ...\vendor\soberwp\controller\src\Controller.php on line 143.

kingkero avatar Jul 30 '21 09:07 kingkero