mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-14 03:34:38 +00:00
Set the default URL to the default calendar name rather than /home/
This commit is contained in:
parent
2b26ca7d25
commit
e05253327f
@ -794,7 +794,7 @@ function access_ticket_browser() {
|
||||
$ticket_id = substr( str_replace('/', '', str_replace('+', '',base64_encode(sha1(date('r') .rand(0,2100000000) . microtime(true),true)))), 7, 8);
|
||||
$extra_row = array( 'ticket_id' => $ticket_id,
|
||||
'expires' => date( 'Y-m-d', time() + (86400 * 31) ),
|
||||
'target' => '/'.$editor->Value('username').'/home/'
|
||||
'target' => '/'.$editor->Value('username').'/'.$c->home_calendar_name.'/'
|
||||
);
|
||||
$browser->MatchedRow('ticket_id', $ticket_id, 'edit_ticket_row');
|
||||
$browser->AddRow($extra_row);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user