@@ -1167,7 +1167,7 @@ |
||
1167 | 1167 | $return['message'] = $response; |
1168 | 1168 | } |
1169 | 1169 | |
1170 | - die (json_encode($return) ); |
|
1170 | + die (json_encode($return)); |
|
1171 | 1171 | |
1172 | 1172 | } |
1173 | 1173 |
@@ -508,9 +508,9 @@ |
||
508 | 508 | } |
509 | 509 | } |
510 | 510 | |
511 | - try{ |
|
511 | + try { |
|
512 | 512 | rmdir($this->xcloner_settings->get_xcloner_tmp_path()); |
513 | - }catch(Exception $e){ |
|
513 | + }catch (Exception $e) { |
|
514 | 514 | //silent continue |
515 | 515 | } |
516 | 516 |