mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Fix for improper API call.
This commit is contained in:
parent
6a74d28760
commit
a227ddd92e
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
if($participating == False)
|
if($participating == False)
|
||||||
{
|
{
|
||||||
echo '<center>The user '.$phpgw->common->grab_owner($owner).' is not participating in this event!</center>';
|
echo '<center>The user '.$phpgw->common->grab_owner_name($owner).' is not participating in this event!</center>';
|
||||||
$phpgw->common->footer();
|
$phpgw->common->footer();
|
||||||
$phpgw->common->phpgw_exit();
|
$phpgw->common->phpgw_exit();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user