1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 04:20:55 +01:00

Minor fix for CelerityManagementMapWorkflow

Summary: `phutil_var_export` only accepts a single parameter. This bug was introduced in D9926.

Test Plan: Eye-ball it.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9930
This commit is contained in:
Joshua Spence 2014-07-16 11:28:36 +10:00
parent 7ac5abb979
commit 24d4764347

View file

@ -351,7 +351,7 @@ final class CelerityManagementMapWorkflow
}
private function formatMapContent(array $data) {
$content = phutil_var_export($data, true);
$content = phutil_var_export($data);
$generated = '@'.'generated';
return <<<EOFILE