diff --git a/src/applications/conduit/method/differential/getdiff/ConduitAPI_differential_getdiff_Method.php b/src/applications/conduit/method/differential/getdiff/ConduitAPI_differential_getdiff_Method.php index 5745d182ce..dab997866d 100644 --- a/src/applications/conduit/method/differential/getdiff/ConduitAPI_differential_getdiff_Method.php +++ b/src/applications/conduit/method/differential/getdiff/ConduitAPI_differential_getdiff_Method.php @@ -84,7 +84,7 @@ class ConduitAPI_differential_getdiff_Method extends ConduitAPIMethod { if ($project) { $project_name = $project->getName(); } else { - $project_name = ''; + $project_name = null; } $basic_dict['projectName'] = $project_name;