소스 검색

Minor - Fix typo - Remove error_log() left by mistake

Yannick Warnier 9 년 전
부모
커밋
1ddae2011b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main/auth/profile.php

+ 0 - 1
main/auth/profile.php

@@ -309,7 +309,6 @@ if (is_platform_authentication() &&
 
     $checkPass = api_get_setting('allow_strength_pass_checker');
     if ($checkPass == 'true') {
-        error_log('Adding label');
         $form->addElement('label', null, '<div id="password_progress"></div>');
     }
     $form->addElement('password', 'password2', get_lang('Confirmation'), array('size' => 40));