mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Lint slop and some cleanup.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
17a4069f01
commit
21286a723e
8 changed files with 14 additions and 12 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
|
||||
|
||||
phutil_require_module('phabricator', 'aphront/response/400');
|
||||
phutil_require_module('phabricator', 'aphront/response/404');
|
||||
phutil_require_module('phabricator', 'aphront/response/file');
|
||||
phutil_require_module('phabricator', 'applications/files/controller/base');
|
||||
|
|
|
@ -10,6 +10,7 @@ phutil_require_module('phabricator', 'applications/files/storage/base');
|
|||
phutil_require_module('phabricator', 'applications/files/storage/storageblob');
|
||||
phutil_require_module('phabricator', 'applications/files/uri');
|
||||
phutil_require_module('phabricator', 'applications/phid/storage/phid');
|
||||
phutil_require_module('phabricator', 'infrastructure/env');
|
||||
|
||||
phutil_require_module('phutil', 'filesystem');
|
||||
phutil_require_module('phutil', 'filesystem/tempfile');
|
||||
|
|
|
@ -53,7 +53,7 @@ class PhabricatorPeopleProfileController extends PhabricatorPeopleController {
|
|||
'Edit Profile');
|
||||
}
|
||||
|
||||
$fbuid = $user->getFacebookUID();
|
||||
$fbuid = null; // TODO: pull from OAuth stuff
|
||||
if ($fbuid) {
|
||||
$links[] = phutil_render_tag(
|
||||
'a',
|
||||
|
|
Loading…
Reference in a new issue