Fix undefined variable "none"

Summary: Assuming this is right?

Test Plan: No more exception error when viewing a revision.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D4937
This commit is contained in:
epriestley
2013-02-13 12:56:15 -08:00
parent b08cdf4599
commit 262abd39bc

View File

@@ -21,7 +21,7 @@ abstract class DifferentialChangesetHTMLRenderer
return null; return null;
} }
} else { } else {
$none = $none; $none = hsprintf('');
switch ($change) { switch ($change) {
case DifferentialChangeType::TYPE_ADD: case DifferentialChangeType::TYPE_ADD: