Skip to content

Commit

Permalink
Fix small mistake.
Browse files Browse the repository at this point in the history
The controller action should not be in french.
  • Loading branch information
markstory committed Nov 27, 2013
1 parent 3bba986 commit d4e6a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fr/tutorials-and-examples/blog/part-two.rst
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ ainsi :
</td>
<td>
<?php echo $this->Form->postLink(
'Delete',
array('action' => 'Supprimer', $post['Post']['id']),
'Supprimer',
array('action' => 'delete', $post['Post']['id']),
array('confirm' => 'Etes-vous sûr ?'));
?>
<?php echo $this->Html->link('Editer', array('action' => 'edit', $post['Post']['id'])); ?>
Expand Down

0 comments on commit d4e6a71

Please sign in to comment.