Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc44d71c

Browse files
authored
Fixed BC Layer in DoctrineChoiceLoader
in the case when the BC Layer is used $idReader is not set to the right value.
1 parent76708ec commitc44d71c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function __construct($manager, $class, $idReader = null, $objectLoader =
7575
// form first to last argument as of 3.1
7676
$manager =$class;
7777
$class =$idReader;
78+
$idReader =$objectLoader;
7879
$objectLoader =$factory;
7980
}
8081

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp