User/Fixup
* fix my-guides query on user page
This commit is contained in:
parent
a6438454d6
commit
d686f87467
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class UserBaseResponse extends TemplateResponse
|
|||
}
|
||||
|
||||
// My Guides
|
||||
$guides = new GuideList(['status', [GuideMgr::STATUS_APPROVED, GuideMgr::STATUS_ARCHIVED]], ['userId', $this->user['id']]);
|
||||
$guides = new GuideList(array(['status', [GuideMgr::STATUS_APPROVED, GuideMgr::STATUS_ARCHIVED]], ['userId', $this->user['id']]));
|
||||
if (!$guides->error)
|
||||
{
|
||||
$this->lvTabs->addListviewTab(new Listview(array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue