Fixed image tests

This commit is contained in:
franck
2013-09-04 17:59:07 +02:00
parent 866036a0bf
commit 31c074d492
6 changed files with 69 additions and 70 deletions

View File

@@ -9,6 +9,6 @@ class Content extends BaseContent
{
public function getUrl($locale)
{
return URL::getInstance()->retrieve('content', $this->getId(), $locale);
return URL::getInstance()->retrieve('content', $this->getId(), $locale)->toString();
}
}