Fixing visibility keyword for constructor

This commit is contained in:
ADmad 2011-12-09 14:08:20 +05:30
parent b7f6645cec
commit f367249bdb

View file

@ -96,7 +96,7 @@ class I18n {
*
* @return void
*/
protected function __construct() {
public function __construct() {
$this->l10n = new L10n();
}