Use getUrl() instead of ->url in OembedAction

This commit is contained in:
Mikael Nordfeldth
2014-04-19 22:05:44 +02:00
parent 2c1dcc7f14
commit 454a9bc1c4
2 changed files with 9 additions and 4 deletions

View File

@@ -89,6 +89,11 @@ class File_oembed extends Managed_DataObject
}
}
public function getUrl()
{
return $this->url;
}
/**
* Save embedding info for a new file.
*