mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Code formatting
This commit is contained in:
parent
cae8271ecb
commit
95d1b9e02e
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ try{
|
||||||
if($newStatus !== null){
|
if($newStatus !== null){
|
||||||
$artwork->ReviewerUserId = Session::$User->UserId;
|
$artwork->ReviewerUserId = Session::$User->UserId;
|
||||||
$artwork->Status = $newStatus;
|
$artwork->Status = $newStatus;
|
||||||
}else{
|
}
|
||||||
|
else{
|
||||||
unset($artwork->Status);
|
unset($artwork->Status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue