mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Missed a -> in edit_form().
This commit is contained in:
parent
58dfb5a3e4
commit
6a9a208aa3
@ -2785,7 +2785,7 @@
|
|||||||
{
|
{
|
||||||
if(!is_array($param))
|
if(!is_array($param))
|
||||||
{
|
{
|
||||||
$this-index();
|
$this->index();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($param['event']))
|
if(isset($param['event']))
|
||||||
|
Loading…
Reference in New Issue
Block a user