HOR-3769
Fix Net class and error reporting level.
This commit is contained in:
@@ -485,6 +485,7 @@ class WebApplication
|
||||
// Change storage path
|
||||
app()->useStoragePath(realpath(PATH_DATA));
|
||||
app()->make(Kernel::class)->bootstrap();
|
||||
error_reporting(error_reporting() & ~E_STRICT & ~E_DEPRECATED);
|
||||
|
||||
\Bootstrap::setLanguage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user