Jump to content

Recommended Posts

Posted

In the 'init.php' file, found a small typo.  Just thought I would point it out.

// DEPRECATED OPTIONS: CHANGE AT YOUR OWN RISK
// These constants were once customisable but their fucntionality should now be
// considered deprecated.

 

A little further down, another possible boo-boo.  Before and after, only tabs are used.  But for one line, a few spaces instead of another tab in order to line it up properly.

				// Enable debug on hooks?
				// By default, if a hook throws an exception, the exception is caught silently and the parent
				// method is executed. Turn this on to log those exceptions.
			    'DEBUG_HOOKS' => FALSE,

 

Now before anyone gets worried, I'm sure that these critical issues won't cause any problems for anyone.  So no one needs to shut down their community until a fix is applied.  😉

Posted
1 minute ago, Agent Shark said:

A legendary report. I can't wait for the next one 🤪

I imagine the fix for the typo will be to simply remove the deprecated section completely.  Sorry to anyone that it affects!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...