force_return as default value tue in Image loop

This commit is contained in:
Manuel Raynaud
2013-09-19 12:45:02 +02:00
parent 96ffe88938
commit 5a79c6c016
3 changed files with 9 additions and 9 deletions

View File

@@ -93,7 +93,8 @@ class Image extends BaseI18nLoop
new EnumType($this->possible_sources)
)
),
Argument::createIntTypeArgument('source_id')
Argument::createIntTypeArgument('source_id'),
Argument::createBooleanTypeArgument('force_return', true)
);
// Add possible image sources