Hi,

I'm gettingthis warning while posting the content via drupal.

* warning: array_flip() [function.array-flip]: The argument should be an array in /home/visioncarma/public_html/wiki/includes/Sanitizer.php on line 381.
* warning: array_flip() [function.array-flip]: The argument should be an array in /home/visioncarma/public_html/wiki/includes/Sanitizer.php on line 381.
* warning: array_flip() [function.array-flip]: The argument should be an array in /home/visioncarma/public_html/wiki/includes/Sanitizer.php on line 381.

Please help me fixing this.

Thanks

Comments

omshivaprakash’s picture

never mind, resolved it by changing the line 381

$$var = array_flip( $$var );

to

$$var = @array_flip( $$var );

This solved my problem.

omshivaprakash’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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