Jump to content

Found a small typo.


Wolfie

Recommended Posts

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.  😉

Link to comment
Share on other sites

  • Recently Browsing   0 members

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