From f83a504da139faf2e1707679cde9255b458b79e3 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 15 Jul 2012 21:06:07 -0700 Subject: more work on json notifications, now working except for notify popup --- include/datetime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/datetime.php') diff --git a/include/datetime.php b/include/datetime.php index 9f145e5c7..e8ae01344 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -112,7 +112,7 @@ function datetime_convert($from = 'UTC', $to = 'UTC', $s = 'now', $fmt = "Y-m-d } catch(Exception $e) { logger('datetime_convert: exception: ' . $e->getMessage()); - $d = newDateTime('now', $from_obj); + $d = new DateTime('now', $from_obj); } try { -- cgit v1.2.3