Skip to content

Commit

Permalink
Added default value in parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyun committed Sep 27, 2012
1 parent b440c6d commit e6120e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/Lang.php
Expand Up @@ -149,7 +149,7 @@ public function load($langfile, $idiom = '', $return = FALSE, $add_suffix = TRUE
* Fetch a single line of text from the language array
*
* @param string $line the language line
* @param bool $log bypass error logging
* @param bool $log bypass error logging (default: TRUE)
* @return string
*/
public function line($line = '', $log = TRUE)
Expand Down

0 comments on commit e6120e0

Please sign in to comment.