dever 4 년 전
부모
커밋
79bada6879
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'];
             }
         }