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:
sharvey 2008-04-21 23:37:32 +00:00 committed by Sam Minnee
parent 58c11a2d60
commit c712539fcc
1 changed files with 0 additions and 2 deletions

View File

@ -633,8 +633,6 @@ PHP;
$this->createFile("$template/_config.php", <<<PHP
<?php
$mem
global \$project;
\$project = '$template';