Remove all device = true from page construction

Summary: Fixes T5446. Depends on D9687.

Test Plan: Mostly regexp'd this. Lint doesn't complain.

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley, hach-que

Maniphest Tasks: T5446

Differential Revision: https://secure.phabricator.com/D9690
This commit is contained in:
epriestley
2014-06-23 15:18:14 -07:00
parent ca6bd26475
commit 46d9bebc84
195 changed files with 15 additions and 198 deletions

View File

@@ -79,7 +79,7 @@ final class PhragmentSnapshotViewController extends PhragmentController {
$list),
array(
'title' => pht('View Snapshot'),
'device' => true));
));
}
protected function createSnapshotView($snapshot) {