BugFix - check_auth (#2672)

the update to check_auth to enable text i made a mistake and put the
wrong parameter into get. this corrects that
This commit is contained in:
Mafoo 2017-06-10 16:22:24 +01:00 committed by FusionPBX
parent ed48da536c
commit aaaff6e3f7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
//add multi-lingual support
$language = new text;
$text = $language->get('resources');
$text = $language->get(null, 'resources');
//for compatibility require this library if less than version 5.5
if (version_compare(phpversion(), '5.5', '<')) {