forked from GNUsocial/gnu-social
Remove sequenceKey() since we now use Managed_DataObject
This commit is contained in:
@@ -79,11 +79,6 @@ class File_oembed extends Managed_DataObject
|
||||
);
|
||||
}
|
||||
|
||||
function sequenceKey()
|
||||
{
|
||||
return array(false, false, false);
|
||||
}
|
||||
|
||||
function _getOembed($url) {
|
||||
$parameters = array(
|
||||
'maxwidth' => common_config('attachments', 'thumb_width'),
|
||||
|
Reference in New Issue
Block a user