PHP 5.3 Support
Starnox - October 24, 2009 - 13:18
| Project: | Wysiwyg |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Experiencing two errors when using php 5.3:
warning: Parameter 1 to theme_wysiwyg_profile_overview() expected to be a reference, value given in /Library/WebServer/Documents/drupal6/includes/theme.inc on line 617.
warning: Parameter 1 to theme_wysiwyg_admin_button_table() expected to be a reference, value given in /Library/WebServer/Documents/drupal6/includes/theme.inc on line 617.
Removing the & on line 325 and 460 of wyswiwyg.admin.inc fixes the warning.
Cheers
