mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
BUGFIX: Removed undefined variable $mem - we include ini_set for memory_limit in main.php instead
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.2.2@53149 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
58c11a2d60
commit
c712539fcc
@ -633,8 +633,6 @@ PHP;
|
|||||||
$this->createFile("$template/_config.php", <<<PHP
|
$this->createFile("$template/_config.php", <<<PHP
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$mem
|
|
||||||
|
|
||||||
global \$project;
|
global \$project;
|
||||||
\$project = '$template';
|
\$project = '$template';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user