|
@@ -309,9 +309,9 @@ |
|
309
|
309
|
); |
|
310
|
310
|
} |
|
311
|
311
|
|
|
312
|
312
|
if (fwrite($fp, $content) === false) { |
|
313
|
|
- $result['error'] = "UNABLE_TO_WRITE_TO_TMP_OFILE"; |
|
313
|
+ $resp['error'] = "UNABLE_TO_WRITE_TO_TMP_OFILE"; |
|
314
|
314
|
} |
|
315
|
315
|
fclose($fp); |
|
316
|
316
|
|
|
317
|
317
|
return $result; |