App::init() should be static

This commit is contained in:
redmatrix 2016-06-03 19:46:48 -07:00
parent af4352adf2
commit 0333dca550

View File

@ -866,7 +866,7 @@ class App {
/** /**
* App constructor. * App constructor.
*/ */
function init() { public static function init() {
// we'll reset this after we read our config file // we'll reset this after we read our config file
date_default_timezone_set('UTC'); date_default_timezone_set('UTC');