diff --git a/classes/Notice.php b/classes/Notice.php index 7524b9ff69..9a39c6dc63 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -277,6 +277,11 @@ class Notice extends Managed_DataObject return $this->created; } + public function getVerb($make_relative=false) + { + return ActivityUtils::resolveUri($this->verb, $make_relative); + } + /* * Get the original representation URL of this notice. *