[Plugin: WP Super Edit] Compatibility with WP e-Commerce
-
Hey,
just found a little bug that causes the following error message in wp e-commerce:
Invalid argument supplied for foreach() in […]/wp-admin/includes/post.php on line 1571
Solution is to change line 291 in wp-super-edit.core.class.php from:
if ( !$this->is_tinymce ) return;to
if ( !$this->is_tinymce ) return $initArray;
best regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Super Edit] Compatibility with WP e-Commerce’ is closed to new replies.