Hey dose anyone know how to turn off the Change Log ?
Create a new version of /applications/dashboard/models/class.logmodel.php that implements the same public interface but always returns a success.
/applications/dashboard/models/class.logmodel.php
Then load that model up before the standard hits. You can do this forcefully via a bootstrap file or you can add it to the autoloader via a plugin.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Okay
Comments
Create a new version of
/applications/dashboard/models/class.logmodel.php
that implements the same public interface but always returns a success.Then load that model up before the standard hits. You can do this forcefully via a bootstrap file or you can add it to the autoloader via a plugin.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Okay