@@ -1747,7 +1747,7 @@ |
||
| 1747 | 1747 | if (is_file($file)) { |
| 1748 | 1748 | try { |
| 1749 | 1749 | close($file); |
| 1750 | - } catch (Exception $e){ |
|
| 1750 | + } catch (Exception $e) { |
|
| 1751 | 1751 | print_r($e); |
| 1752 | 1752 | } |
| 1753 | 1753 | // define if we under Windows |
@@ -220,7 +220,7 @@ |
||
| 220 | 220 | if (!file_exists($targetDir)) { |
| 221 | 221 | try { |
| 222 | 222 | mkdir($targetDir); |
| 223 | - } catch (Exception $e){ |
|
| 223 | + } catch (Exception $e) { |
|
| 224 | 224 | print_r($e); |
| 225 | 225 | } |
| 226 | 226 | } |