Undefined variable: plugins in simpleads_wysiwyg_plugin() (line 89 in/simpleads/includes/simpleads.filter.inc)

I activated Wysiwig module.??!

Comments

minnur’s picture

Status: Active » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

anawillem’s picture

how is it fixed? i'm having the same issue...

liza’s picture

Version: 7.x-1.x-dev » 7.x-1.8

where and how is this exactly fixed? am running 7.18 and this message is popping in every single nodeform i try to edit.

nicolas bouteille’s picture

Issue summary: View changes
Status: Closed (fixed) » Active

Same here. Not fixed in 1.8

kansaj’s picture

Try implement this

if (isset( $plugins)) {
  return $plugins;
  }
minnur’s picture

Status: Active » Closed (won't fix)