8000 bug #9537 [FrameworkBundle] Fix mistake in translation's service defi… · symfony/symfony@aabd8fc · GitHub
[go: up one dir, main page]

Skip to content

Commit aabd8fc

Browse files
committed
bug #9537 [FrameworkBundle] Fix mistake in translation's service definition. (phpmike)
This PR was submitted for the 2.3 branch but it was merged into the 2.2 branch instead (closes #9537). Discussion ---------- [FrameworkBundle] Fix mistake in translation's service definition. Wrong class parameter fixed. Commits ------- b542e84 [FrameworkBundle] Fix mistake in translation's service definition.
2 parents 805ea3e + 5719d84 commit aabd8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<tag name="translation.loader" alias="res" />
8383
</service>
8484

85-
<service id="translation.loader.dat" class="%translation.loader.res.class%">
85+
<service id="translation.loader.dat" class="%translation.loader.dat.class%">
8686
<tag name="translation.loader" alias="dat" />
8787
</service>
8888

0 commit comments

Comments
 (0)
0