Fix: last modified header wasn't showing

This commit is contained in:
Zach Copley 2009-09-30 17:11:22 -07:00
parent 8b8e0c95af
commit c5f33cc6c2
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class ApiShowAction extends TwitterapiAction
function lastModified()
{
if (!empty($this->notice)) {
return strtotime($this->notices->created);
return strtotime($this->notice->created);
}
return null;