mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Use standard app.class.method format
This commit is contained in:
parent
5dcdc58f50
commit
83c3cee10d
@ -151,7 +151,7 @@ class resources_reserve {
|
|||||||
$reg_id = registration_bo::save(array(
|
$reg_id = registration_bo::save(array(
|
||||||
'contact_id' => $contact_id,
|
'contact_id' => $contact_id,
|
||||||
'timestamp' => time() + ($config['expiry'] * 3600),
|
'timestamp' => time() + ($config['expiry'] * 3600),
|
||||||
'post_confirm_hook' => 'resources_reserve::confirm',
|
'post_confirm_hook' => 'resources.resources_reserve.confirm',
|
||||||
'sitemgr_version' => $preserve['sitemgr_version']
|
'sitemgr_version' => $preserve['sitemgr_version']
|
||||||
), false);
|
), false);
|
||||||
if(is_numeric($reg_id))
|
if(is_numeric($reg_id))
|
||||||
|
Loading…
Reference in New Issue
Block a user