mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
fix for bug [ 995944 ] Pass by reference in class.uicurrentsessions.inc.php
This commit is contained in:
parent
42142322b4
commit
faa4caa918
@ -115,7 +115,7 @@
|
||||
|
||||
while (list(,$value) = @each($values))
|
||||
{
|
||||
$this->nextmatchs->template_alternate_row_color(&$this->template);
|
||||
$this->nextmatchs->template_alternate_row_color($this->template);
|
||||
|
||||
$this->template->set_var('row_loginid',$value['session_lid']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user