forked from GNUsocial/gnu-social
Changes to GNUsocial plugins
These aren't ready for production use. Might be insecure, probably broken.
This commit is contained in:
@@ -75,7 +75,7 @@ class Video extends Managed_DataObject
|
||||
);
|
||||
}
|
||||
|
||||
function saveNew($profile, $url, $options=array())
|
||||
static function saveNew(Profile $profile, $url, $options=array())
|
||||
{
|
||||
$vid = new Video();
|
||||
|
||||
|
Reference in New Issue
Block a user