DataObjects/Core_notify_recur.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 08:43:23 +0000 (16:43 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 08:43:23 +0000 (16:43 +0800)
DataObjects/Core_notify_recur.php

index 9c2017a..085b166 100644 (file)
@@ -169,7 +169,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         
         
         foreach($ar as $a) {
-            $date = new DateTime('2010-01-01', new DateTimeZone(Asia/Hong_Kong));
+            $date = new DateTime('2010-01-01', new DateTimeZone('Asia/Hong_Kong'));
             $ret[] = $date;
             //$ret[] = date('Y-m-d H:i', strtotime($a . $append));
         }