Skip to content

Commit 1401372

Browse files
committedDec 23, 2013
Merge branch '2.4'
Conflicts: cookbook/form/dynamic_form_modification.rst
2 parents 2a10a46 + 14b0c47 commit 1401372

File tree

82 files changed

+422
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+422
-316
lines changed
 

‎README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Contributing
88

99
>**Note**
1010
>Unless you're documenting a feature that's new to a specific version of Symfony
11-
>(e.g. Symfony 2.3), all pull requests must be based off of the **2.2** branch,
11+
>(e.g. Symfony 2.3), all pull requests must be based off of the **2.2** branch,
1212
>**not** the master or 2.3 branch.
1313
1414
We love contributors! For more information on how you can contribute to the
15-
Symfony documentation, please read
16-
[Contributing to the Documentation](http://symfony.com/doc/current/contributing/documentation/overview.html)
15+
Symfony documentation, please read
16+
[Contributing to the Documentation](http://symfony.com/doc/current/contributing/documentation/overview.html)

‎book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ the ``notice`` message:
726726

727727
.. code-block:: html+php
728728

729-
<?php foreach ($view['session']->getFlashBag()->get('notice') as $message): ?>
729+
<?php foreach ($view['session']->getFlash('notice') as $message): ?>
730730
<div class="flash-notice">
731731
<?php echo "<div class='flash-error'>$message</div>" ?>
732732
</div>

0 commit comments

Comments
 (0)