move class BlogEntry to Blog_entry for DB_DataObject compliance

This commit is contained in:
Evan Prodromou
2011-06-20 10:20:01 -04:00
parent 4c9ae4fae6
commit d51abd8830
5 changed files with 15 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ class BlogEntryListItem extends NoticeListItemAdapter
$notice = $this->nli->notice;
$out = $this->nli->out;
$entry = BlogEntry::fromNotice($notice);
$entry = Blog_entry::fromNotice($notice);
if (empty($entry)) {
throw new Exception('BlogEntryListItem used for non-blog notice.');