From: Mikael Nordfeldth Date: Mon, 18 Jan 2016 16:03:37 +0000 (+0100) Subject: Use a function to getCreated() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11b925c4cadad87dba4bebc110f0a2b595f5c525;p=quix0rs-gnu-social.git Use a function to getCreated() --- diff --git a/classes/Notice.php b/classes/Notice.php index 523c609991..0fefb9b48a 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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. *