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
Comment #1
omshivaprakash commentednever mind, resolved it by changing the line 381
$$var = array_flip( $$var );
to
$$var = @array_flip( $$var );
This solved my problem.
Comment #2
omshivaprakash commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.