summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index 519075756..183668fa8 100644
--- a/actions/shownotice.php
+++ b/actions/shownotice.php
@@ -59,7 +59,7 @@ class ShownoticeAction extends StreamAction {
$this->notice->id,
strtotime($this->notice->created),
strtotime($this->profile->modified),
- ($this->avatar) ? strtotime($this->avatar->modified) : 0));
+ ($this->avatar) ? strtotime($this->avatar->modified) : 0)) . '"';
}
function handle($args) {