dereuromark 9 years ago
parent
commit
6669d28b49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/I18n/I18n.md

+ 1 - 0
docs/I18n/I18n.md

@@ -61,6 +61,7 @@ if (!$language) {
 	$language = $this->request->getParam('language');
 	$language = $this->request->getParam('language');
 }
 }
 ```
 ```
+(before CakePHP 3.4+ it would be `param()`)
 
 
 And make sure your routes are all adjusted to accept and parse the language param:
 And make sure your routes are all adjusted to accept and parse the language param:
 ```php
 ```php