images are positionable

This commit is contained in:
Etienne Roudeix
2013-12-12 15:41:35 +01:00
parent 93537b8d71
commit c9e052188c
7 changed files with 9 additions and 8 deletions

View File

@@ -305,8 +305,6 @@ class Image extends BaseCachedFile implements EventSubscriberInterface
public function updatePosition(UpdateImagePositionEvent $event)
{
return $this->genericUpdatePosition($event->getQuery(), $event);
$out = true;
}
/**