@@ -325,8 +325,7 @@ |
||
325 | 325 | try { |
326 | 326 | \ini_set('memory_limit', \max($this->util->iniBytes('memory_limit'), |
327 | 327 | 2 * \strlen($queries) + \memory_get_usage() + 8e6)); |
328 | - } |
|
329 | - catch(\Exception $e) { |
|
328 | + } catch(\Exception $e) { |
|
330 | 329 | // Do nothing if the option is not modified. |
331 | 330 | } |
332 | 331 | } |