]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / actions / shownotice.php
index 34c8a8e9464c68e21c47a45ca52467b6b8b3b3d5..b0d973a991cad8e61cfa2d8ce632013e89f3201b 100644 (file)
@@ -122,7 +122,7 @@ class ShownoticeAction extends Action
 
     function lastModified()
     {
-        return max(strtotime($this->notice->created),
+        return max(strtotime($this->notice->modified),
                    strtotime($this->profile->modified),
                    ($this->avatar) ? strtotime($this->avatar->modified) : 0);
     }