mirror of
https://github.com/friendica/friendica
synced 2026-01-20 18:58:45 +01:00
birthday notifications working
This commit is contained in:
parent
3494b23bfe
commit
5bfb0ba4c2
7 changed files with 125 additions and 4 deletions
|
|
@ -71,7 +71,9 @@ if(! $install) {
|
|||
|
||||
require_once("datetime.php");
|
||||
|
||||
date_default_timezone_set(($default_timezone) ? $default_timezone : 'UTC');
|
||||
$a->timezone = (($default_timezone) ? $default_timezone : 'UTC');
|
||||
|
||||
date_default_timezone_set($a->timezone);
|
||||
|
||||
$a->init_pagehead();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue