forked from science-ation/science-ation
Added the soulmate for a lonely opening brace.
This commit is contained in:
parent
6519392bd5
commit
c1d248dbd3
4
api.php
4
api.php
@ -936,6 +936,10 @@ switch($request[0]) {
|
|||||||
$ret['status'] = 'error';
|
$ret['status'] = 'error';
|
||||||
$ret['error'] = 'no project';
|
$ret['error'] = 'no project';
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
$ret['status'] = 'error';
|
||||||
|
$ret['error'] = 'unabe to load current user';
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
/* APIDOC: project/edit
|
/* APIDOC: project/edit
|
||||||
|
Loading…
Reference in New Issue
Block a user