Hello,
i tried to edit the graphs for my Systems, but i got following error
i changed this line to following
after this it works, but i don't know, if my changed really correct.
it would be nice, if someone could create a patch for this issue.
best regards,
steffen
i tried to edit the graphs for my Systems, but i got following error
Code:
Parse error: syntax error, unexpected ',' in /opt/zabbix/frontends/php/graphs.php on line 528
PHP Code:
$goBox->addItem(('copy_to',S_COPY_SELECTED_TO);
PHP Code:
$goBox->addItem(new CComboItem('copy_to',S_COPY_SELECTED_TO));
it would be nice, if someone could create a patch for this issue.
best regards,
steffen
Comment