From 11b925c4cadad87dba4bebc110f0a2b595f5c525 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 18 Jan 2016 17:03:37 +0100 Subject: [PATCH] Use a function to getCreated() --- classes/Notice.php | 5 +++++ 1 file changed, 5 insertions(+) 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. *