correct staticGet() declaration
This commit is contained in:
parent
01996b1a46
commit
a1911dc2c1
|
@ -61,7 +61,7 @@ class BlogEntry extends Managed_DataObject
|
|||
|
||||
const TYPE = 'http://activitystrea.ms/schema/1.0/blog-entry';
|
||||
|
||||
static function staticGet($k, $v=null)
|
||||
function staticGet($k, $v=null)
|
||||
{
|
||||
return Managed_DataObject::staticGet('blog_entry', $k, $v);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user