mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Get rid of potential warning on early use of date()
This commit is contained in:
parent
739d024305
commit
f68823a5b2
@ -62,7 +62,7 @@ $c->images = $c->base_url . '/images';
|
||||
$c->template_usr = array( 'active' => true,
|
||||
'locale' => 'en_GB',
|
||||
'date_format_type' => 'E',
|
||||
'email_ok' => date('Y-m-d')
|
||||
'email_ok' => @date('Y-m-d')
|
||||
);
|
||||
|
||||
$c->hide_TODO = true; // VTODO only visible to collection owner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user