Posted by letic on October 14, 2010 at 11:41am
1 follower
| Project: | qwebirc irc chat integration module |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
| Issue tags: | qwebirc functionc_exist saving warning error form.inc |
Issue Summary
When saving qwebirc configuration I always receive the following warning/error (depending if you see it in the GUI or in the log report).
warning: function_exists() expects parameter 1 to be string, array given in /usr/share/drupal6/includes/form.inc on line 765.But this do not affect the functionality of the admin console as everything is saved correctly.
Fiddling in the code it turns out that it is when assigning the validation function for the width and height fields, that check that they are numeric.
The attached patch solve the issue.
Hope this help
LeTic
| Attachment | Size |
|---|---|
| qwebirc.module.patch | 351 bytes |