fix staff1/2 change own perfile pic

This commit is contained in:
Guillermo 2019-07-07 22:06:29 -03:00
parent 1106cd89b8
commit 36cfb1bcbe
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
text-align: left;
margin-bottom: 20px;
}
&__button {
margin-right: 20px;
}
}
}

View File

@ -59,7 +59,7 @@ class EditStaffController extends Controller {
if(!$staffId) {
$this->staffInstance = Controller::getLoggedUser();
} else if(Controller::isStaffLogged(3)) {
} else if(Controller::isStaffLogged(3) || Controller::getLoggedUser()->id === $staffId) {
$this->staffInstance = Staff::getDataStore($staffId, 'id');
if($this->staffInstance->isNull()) {