Bug tracker
Undefined Variable: time (fix completed in vcs)
I'm sorry if this has been posted before, but I did check this time.
Comments / History
But don't remove the var $time .
Insert 1 line before 1085:
- Code: Select all
$time = time() + $user->timezone + $user->dst;
I copied that part from memberlist.php and forgot to remove it.