]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use a function to getCreated()
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 18 Jan 2016 16:03:37 +0000 (17:03 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 18 Jan 2016 16:03:37 +0000 (17:03 +0100)
classes/Notice.php

index 523c60999144822b17118584fe68b0e3255d085f..0fefb9b48a0fecfc1bb206794438bc913abd2679 100644 (file)
@@ -272,6 +272,11 @@ class Notice extends Managed_DataObject
         return $this->rendered;
     }
 
+    public function getCreated()
+    {
+        return $this->created;
+    }
+
     /*
      * Get the original representation URL of this notice.
      *