mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Disable notice level warnings in default install (merged from 2.0.2 branch, r37930)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@40481 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c31b87df69
commit
45de8ebc03
@ -485,6 +485,8 @@ class Installer extends InstallRequirements {
|
|||||||
$this->createFile("$template/_config.php", <<<PHP
|
$this->createFile("$template/_config.php", <<<PHP
|
||||||
<?
|
<?
|
||||||
|
|
||||||
|
error_reporting(E_ALL ^ E_NOTICE);
|
||||||
|
|
||||||
global \$project;
|
global \$project;
|
||||||
\$project = '$template';
|
\$project = '$template';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user