Closed jaygilmore closed 7 years ago
To allow this snippet to be used within a getResources item template replaced require with require_once so classes do not get redeclared during operation.
require
require_once
Here's the report: #5
To allow this snippet to be used within a getResources item template replaced
require
withrequire_once
so classes do not get redeclared during operation.