Changeset 3627:9bccfc2257ad for inc/admin/actions
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactionblogs.php
r3403 r3627 155 155 } 156 156 157 if (!$core->auth->checkPassword($ core->auth->crypt($_POST['pwd']))) {157 if (!$core->auth->checkPassword($_POST['pwd'])) { 158 158 throw new Exception(__('Password verification failed')); 159 159 }
Note: See TracChangeset
for help on using the changeset viewer.