Menu

php deprecated the each() function is deprecated ckeditor

Written by
Open ckeditor\plugins\kcfinder\lib\class_image.php
Change lines
list($key, $width) = each($image);
list($key, $height) = each($image);

to
$width = $image[0];
$height = $image[1];

 

Article Categories:
jQuery Plugins

Leave a Reply

Your email address will not be published. Required fields are marked *

Shares