@@ -1,9 +1,9 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This class allows you to call the two S3 scripts |
|
| 4 | - * to download and upload files. |
|
| 5 | - * The scripts are executed using the CommandExecuter |
|
| 6 | - */ |
|
| 3 | + * This class allows you to call the two S3 scripts |
|
| 4 | + * to download and upload files. |
|
| 5 | + * The scripts are executed using the CommandExecuter |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | require_once __DIR__ . '/CommandExecuter.php'; |
| 9 | 9 | |
@@ -85,7 +85,7 @@ discard block |
||
| 85 | 85 | $cmd, |
| 86 | 86 | 2, |
| 87 | 87 | array(1 => array("pipe", "w"), |
| 88 | - 2 => array("pipe", "w")), |
|
| 88 | + 2 => array("pipe", "w")), |
|
| 89 | 89 | $callback, |
| 90 | 90 | $callbackParams, |
| 91 | 91 | true, |