forked from GNUsocial/gnu-social
move class BlogEntry to Blog_entry for DB_DataObject compliance
This commit is contained in:
@@ -54,7 +54,7 @@ class ShowblogentryAction extends ShownoticeAction
|
||||
{
|
||||
$this->id = $this->trimmed('id');
|
||||
|
||||
$this->entry = BlogEntry::staticGet('id', $this->id);
|
||||
$this->entry = Blog_entry::staticGet('id', $this->id);
|
||||
|
||||
if (empty($this->entry)) {
|
||||
// TRANS: Client exception thrown when referring to a non-existing blog entry.
|
||||
|
||||
Reference in New Issue
Block a user