From 9f201ef897714f7cc08cf6a7c5439e2beea7ebc0 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Wed, 30 Nov 2011 11:17:14 -0800 Subject: [PATCH] change '' => null from D1139 Summary: feedback from D1139 i missed before i git pushed. :/ Test Plan: re-did test plan in d1139 Reviewers: epriestley CC: --- .../getdiff/ConduitAPI_differential_getdiff_Method.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;