Bug fixes for l10 and login

This commit is contained in:
Clemens Schwaighofer
2016-12-01 16:54:51 +09:00
parent 86535c23f1
commit f4f84bdd67
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
public function __construct($lang = '', $path = '')
{
foreach (array('streas.php', 'gettext.php') as $include_file)
foreach (array('streams.php', 'gettext.php') as $include_file)
_spl_autoload($include_file);
if (!$lang)