@@ -208,8 +208,7 @@ |
||
| 208 | 208 | try { |
| 209 | 209 | ini_set('memory_limit', max($this->admin->iniBytes('memory_limit'), |
| 210 | 210 | 2 * strlen($queries) + memory_get_usage() + 8e6)); |
| 211 | - } |
|
| 212 | - catch(\Exception $e) { |
|
| 211 | + } catch(\Exception $e) { |
|
| 213 | 212 | // Do nothing if the option is not modified. |
| 214 | 213 | } |
| 215 | 214 | } |