소스 검색

var name is curpw and not currentpw.

tokul 20 년 전
부모
커밋
acb71de03f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/change_password/backend/vmailmgrd.php

+ 1 - 1
plugins/change_password/backend/vmailmgrd.php

@@ -145,7 +145,7 @@ function cpw_vmailmgrd_init(){
 /**
  * function used to change password in change_password plugin hooks.
  *
- * @param array data The username/currentpw/newpw data.
+ * @param array $data The username/curpw/newpw data.
  * @return array Array of error messages.
  */
 function cpw_vmailmgrd_dochange($data)