Updated for new lnApp
This commit is contained in:
@@ -118,7 +118,7 @@ class Period {
|
||||
|
||||
if ($df)
|
||||
foreach (array('start','date','end') as $key)
|
||||
$result[$key] = Config::date($result[$key]);
|
||||
$result[$key] = Site::Date($result[$key]);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user