Variable Type Mismach : error during delete of media item
-
When deleting attachments through the media panel class.attachments.php line 1544 generates an error ‘cannot use object as array’
i fixed it with this, but don’t know if there are more locations this should be done;
if (!is_array($attachment)) {
$attachment = (array)$attachment;
}full patch:
https://bit.ly/17iL2qs
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Variable Type Mismach : error during delete of media item’ is closed to new replies.