Skip to content

Commit

Permalink
Fixing visibility keyword for constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 9, 2011
1 parent b7f6645 commit f367249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/I18n/I18n.php
Expand Up @@ -96,7 +96,7 @@ class I18n {
*
* @return void
*/
protected function __construct() {
public function __construct() {
$this->l10n = new L10n();
}

Expand Down

0 comments on commit f367249

Please sign in to comment.