]> git.agnieray.net Git - galette.git/commitdiff
Fix CS
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 5 Jun 2021 03:52:08 +0000 (05:52 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 5 Jun 2021 03:52:08 +0000 (05:52 +0200)
galette/lib/Galette/Features/Replacements.php

index 0fff9e153f072803161e5f726b18a19ee0597de7..7d985bf4271c6bb9554313c2beb65133f8b2f99e 100644 (file)
@@ -724,7 +724,8 @@ trait Replacements
                                 '<a href="%1$s%2$s">%3$s</a>',
                                 $this->preferences->getURL(),
                                 $this->router->pathFor(
-                                    'getDynamicFile', [
+                                    'getDynamicFile',
+                                    [
                                         'id' => $object->id,
                                         'fid' => $field_id,
                                         'pos' => ++$pos,