Skip to content

Commit

Permalink
Merge pull request #6450 from MrPetovan/task/show-following-contact-b…
Browse files Browse the repository at this point in the history
…lock

 Fix missing use statement in Content\Nav
  • Loading branch information
annando authored Jan 14, 2019
2 parents c3ed354 + dc73783 commit 501c310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Content/Nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
use Friendica\Core\Renderer;
use Friendica\Core\System;
use Friendica\Database\DBA;
use Friendica\Model\Contact;
use Friendica\Model\Profile;
use Friendica\Model\User;

require_once 'boot.php';
require_once 'include/text.php';
Expand Down
10 changes: 5 additions & 5 deletions src/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
class User
{
/**
* @name page/profile types
* Page/profile types
*
* PAGE_NORMAL is a typical personal profile account
* PAGE_SOAPBOX automatically approves all friend requests as Contact::SHARING, (readonly)
* PAGE_COMMUNITY automatically approves all friend requests as Contact::SHARING, but with
* PAGE_FLAGS_NORMAL is a typical personal profile account
* PAGE_FLAGS_SOAPBOX automatically approves all friend requests as Contact::SHARING, (readonly)
* PAGE_FLAGS_COMMUNITY automatically approves all friend requests as Contact::SHARING, but with
* write access to wall and comments (no email and not included in page owner's ACL lists)
* PAGE_FREELOVE automatically approves all friend requests as full friends (Contact::FRIEND).
* PAGE_FLAGS_FREELOVE automatically approves all friend requests as full friends (Contact::FRIEND).
*
* @{
*/
Expand Down

0 comments on commit 501c310

Please sign in to comment.