@@ -93,12 +93,12 @@ |
||
93 | 93 | |
94 | 94 | $path = sys_get_temp_dir(); |
95 | 95 | if (!is_dir($path)) { |
96 | - try { |
|
97 | - mkdir($path); |
|
98 | - chmod($path, 0777); |
|
99 | - }catch(Exception $e){ |
|
100 | - //silent catch |
|
101 | - } |
|
96 | + try { |
|
97 | + mkdir($path); |
|
98 | + chmod($path, 0777); |
|
99 | + }catch(Exception $e){ |
|
100 | + //silent catch |
|
101 | + } |
|
102 | 102 | } |
103 | 103 | |
104 | 104 | if (!is_dir($path) or !is_writeable($path)) { |
@@ -96,7 +96,7 @@ |
||
96 | 96 | try { |
97 | 97 | mkdir($path); |
98 | 98 | chmod($path, 0777); |
99 | - }catch(Exception $e){ |
|
99 | + }catch (Exception $e) { |
|
100 | 100 | //silent catch |
101 | 101 | } |
102 | 102 | } |
@@ -96,7 +96,7 @@ |
||
96 | 96 | try { |
97 | 97 | mkdir($path); |
98 | 98 | chmod($path, 0777); |
99 | - }catch(Exception $e){ |
|
99 | + } catch(Exception $e){ |
|
100 | 100 | //silent catch |
101 | 101 | } |
102 | 102 | } |