1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-31 10:04:20 +03:00

Update AdminpasswordHandler.php

This commit is contained in:
Valery Kartel
2021-06-02 13:13:00 +03:00
committed by GitHub
parent 50ba4a3cbf
commit b075544c66

View File

@ -39,7 +39,7 @@ class AdminpasswordHandler extends PFAHandler
);
}
public function init($id) :bool
public function init(string $id) :bool
{
# hardcode to logged in admin
if ($this->admin_username == '') {