summaryrefslogtreecommitdiff
path: root/lib/profileaction.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-14 14:55:08 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-14 14:55:08 -0700
commit10b7e8ff69a6f003efd7385d38feb2300ef69f10 (patch)
tree620612d2d8377e91c5057b00423b9c59b4214644 /lib/profileaction.php
parentf32799699c516bf78d591624bc60fbbeaced1bc8 (diff)
parentdaf2e7ef47b6ed071e764858c4b1a9f5eaadb65d (diff)
Merge branch '0.8.x' into groupblock
Diffstat (limited to 'lib/profileaction.php')
-rw-r--r--lib/profileaction.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profileaction.php b/lib/profileaction.php
index a3437ff4d..298f34b22 100644
--- a/lib/profileaction.php
+++ b/lib/profileaction.php
@@ -110,7 +110,7 @@ class ProfileAction extends Action
$this->element('h2', null, _('Subscriptions'));
if ($profile) {
- $pml = new ProfileMiniList($profile, $this->user, $this);
+ $pml = new ProfileMiniList($profile, $this);
$cnt = $pml->show();
if ($cnt == 0) {
$this->element('p', null, _('(None)'));
@@ -139,7 +139,7 @@ class ProfileAction extends Action
$this->element('h2', null, _('Subscribers'));
if ($profile) {
- $pml = new ProfileMiniList($profile, $this->user, $this);
+ $pml = new ProfileMiniList($profile, $this);
$cnt = $pml->show();
if ($cnt == 0) {
$this->element('p', null, _('(None)'));