Return to Snippet

Revision: 32430
at September 24, 2010 18:22 by jamepaul


Initial Code
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); // for config

if (error_reporting() == 0 || $nr == 0 || (error_reporting() & $nr) != $nr || ($nr == 8 && $this->stopOnNotice == false)) // for document.parser.class.php

Initial URL
http://modxcms.com/forums/index.php?action=printpage;topic=37293.0

Initial Description


Initial Title
Fix error split deprecated in modx(CMS)

Initial Tags


Initial Language
PHP