mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00: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/trunk@53150 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
da06ec2142
commit
482f2ad509
@ -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…
x
Reference in New Issue
Block a user