PMCORE-1323 Remove the possibility of change the memory_limit
This commit is contained in:
@@ -436,7 +436,6 @@ class DataBaseMaintenance
|
||||
*/
|
||||
public function restoreFromSql($sqlFile, $type = 'file')
|
||||
{
|
||||
ini_set('memory_limit', '64M');
|
||||
if ($type == 'file' && !is_file($sqlFile)) {
|
||||
throw new Exception("the $sqlFile doesn't exist!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user