forked from GNUsocial/gnu-social
Use getUrl() instead of ->url in OembedAction
This commit is contained in:
@@ -89,6 +89,11 @@ class File_oembed extends Managed_DataObject
|
||||
}
|
||||
}
|
||||
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
|
||||
/**
|
||||
* Save embedding info for a new file.
|
||||
*
|
||||
|
Reference in New Issue
Block a user