Closed (fixed)
Project:
Node Profile
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2008 at 21:32 UTC
Updated:
22 Jun 2008 at 14:34 UTC
I'm using PHP5 and seeing errors on lines 616 and 659 about call by reference being depreciated
616c616
< $errors = array_merge((array)$errors, (array)$function(&$node, $preview > 0));
---
> $errors = array_merge((array)$errors, (array)$function($node, $preview > 0));
659c659
< $output .= $function(&$node, $preview > 0, count($errors) > 0);
---
> $output .= $function($node, $preview > 0, count($errors) > 0);
Comments
Comment #1
fagohm, I don't think this is still be actual. please reopen, if it is.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.