Change setErrorView to setInfoView in PHUIObjectBoxView

Summary: Renames the method in PHUIObjectBoxView to match the new PHUIInfoView class.

Test Plan: grepped codebase. Went to Calendar and tried a new status.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12005
This commit is contained in:
Chad Little
2015-03-06 17:03:18 -08:00
parent 8da5b6255d
commit 076cc6ed7e
17 changed files with 24 additions and 24 deletions

View File

@@ -131,7 +131,7 @@ final class DiffusionExternalController extends DiffusionController {
$content = new PHUIObjectBoxView();
$content->setHeaderText(pht('Multiple Matching Commits'));
$content->setErrorView($caption);
$content->setInfoView($caption);
$content->appendChild($table);
}