Index: src/applications/maniphest/conduit/ConduitAPI_maniphest_update_Method.php =================================================================== --- src/applications/maniphest/conduit/ConduitAPI_maniphest_update_Method.php +++ src/applications/maniphest/conduit/ConduitAPI_maniphest_update_Method.php @@ -49,9 +49,8 @@ $params = $request->getAllParameters(); unset($params['id']); unset($params['phid']); - $params = call_user_func_array('coalesce', $params); - if (!$params) { + if (call_user_func_array('coalesce', $params) === null) { throw new ConduitException('ERR-NO-EFFECT'); }