PluginProbe
The WP Remote WordPress Plugin / 4.79
The WP Remote WordPress Plugin v4.79
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | callback/wings/fs_write.php +1 -1 5.684.79 View file →
@@ -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;