1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Very basic system agent support.

This commit is contained in:
epriestley 2011-04-12 18:19:09 -07:00
parent 158a561dff
commit 43449e49c0
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE phabricator_user.user
ADD isSystemAgent bool not null default 0;

View file

@ -34,6 +34,8 @@ class PhabricatorUser extends PhabricatorUserDAO {
protected $conduitCertificate;
protected $isSystemAgent;
private $preferences = null;
public function getProfileImagePHID() {