dever 4 năm trước cách đây
mục cha
commit
79bada6879
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/push/lib/Data.php

+ 2 - 2
app/push/lib/Data.php

@@ -124,10 +124,10 @@ class Data
         }
 
         if ($info['pdate']) {
-            $info['pdate'] = date('M d, Y', $info['pdate']);
+            $info['pdate_string'] = date('M d, Y', $info['pdate']);
 
             if ($info['author']) {
-                $info['pdate'] .= ' by ' . $info['author'];
+                $info['pdate_string'] .= ' by ' . $info['author'];
             }
         }