yestechgroup / open_social

Open Social install profile Drupal 8
http://www.getopensocial.com
0 stars 1 forks source link

PHP Memory Limit typo #33

Open johnreytanquinco opened 7 years ago

johnreytanquinco commented 7 years ago

Need to remove extra ' on the first line of the codes under settings.php that causing the error of not applying the MEMORY_LIMIT env var value.

if (getenv("'MEMORY_LIMIT") !== false){
    ini_set('memory_limit',getenv('MEMORY_LIMIT'));
}