diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php index 43393381d9..cc30d56bb7 100644 --- a/main/newscorm/lp_list.php +++ b/main/newscorm/lp_list.php @@ -107,11 +107,11 @@ if(api_is_allowed_to_edit()) '' . str_repeat(' ',3). 'scormbuilder '.get_lang("UploadScorm").''; - if(api_get_setting('service_ppt2lp','active')==true) + if (api_get_setting('service_ppt2lp', 'active') == 'true') { echo str_repeat(' ',3).'scormbuilder '.get_lang("PowerPointConvert").''; echo str_repeat(' ',3).'scormbuilder '.get_lang("WordConvert").''; - } + } }