X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsubgroupnav.php;h=40447dd41a26a7a599abf3df8776771795f8dd95;hb=959f971a6510a45f832f910999a24f063b41c953;hp=9fc5cd9e0972630402e362ef07d4b24571d1b951;hpb=19b965d99188fde59cdd39b668df8951bc0f180c;p=quix0rs-gnu-social.git diff --git a/lib/subgroupnav.php b/lib/subgroupnav.php index 9fc5cd9e09..40447dd41a 100644 --- a/lib/subgroupnav.php +++ b/lib/subgroupnav.php @@ -50,8 +50,9 @@ class SubGroupNav extends Menu * Construction * * @param Action $action current action, used for output + * @param User $user Current user or NULL if "guest" */ - function __construct($action=null, $user=null) + function __construct(Action $action=null, User $user=null) { parent::__construct($action); $this->user = $user;