maintainer::deleteMaintainersForVersion() should properly return $hResult
This commit is contained in:
committed by
WineHQ
parent
08afa4283e
commit
a93bcb6ffe
@@ -184,6 +184,7 @@ class maintainer
|
||||
|
||||
$hResult = query_parameters("DELETE from appMaintainers WHERE versionId='?'",
|
||||
$oVersion->iVersionId);
|
||||
return $hResult;
|
||||
}
|
||||
|
||||
function deleteMaintainersForApplication($oApp)
|
||||
|
||||
Reference in New Issue
Block a user