Skip to content

Commit

Permalink
[fr][pt] Fix Configure call typo, follows cakephp#2484
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Mar 8, 2015
1 parent dffd6e6 commit 7f3f074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fr/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ pour eux::
{
parent::initialize();
$this->loadComponent('Csrf');
$this->loadComponent('Comments', Configure:read('Comments'));
$this->loadComponent('Comments', Configure::read('Comments'));
}

.. php:attr:: components
Expand Down
2 changes: 1 addition & 1 deletion pt/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ component que quiser carregado, e qualquer configuração de dados para eles::
{
parent::initialize();
$this->loadComponent('Csrf');
$this->loadComponent('Comments', Configure:read('Comments'));
$this->loadComponent('Comments', Configure::read('Comments'));
}

.. php:attr:: components
Expand Down

0 comments on commit 7f3f074

Please sign in to comment.