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. *