Need a Patch for Undefined variable: queue_failed in Cdn_Core.php
-
Hello,
I found a problem when upload an image to wordpress. I get this message “Notice: Undefined variable: queue_failed in /home/minuevad/domains/mnd.com.es/public_html/wp-content/plugins/w3-total-cache/Cdn_Core.php on line 269”
In the code the function purge I have this definition
“function purge( $files, &$results )”but in the function header information is
“* Purges files from CDN
*
* @param array $files consisting of array(‘local_path’=>”, ‘remote_path’=>”)
* @param boolean $queue_failed
* @param array $results
* @return boolean”I think someone forgot include or remove the variable queue_failed in the function code because in the line 269 is used.
Can someone help me patch this code please?
Thank you in advance!
- The topic ‘Need a Patch for Undefined variable: queue_failed in Cdn_Core.php’ is closed to new replies.