mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* remove unnecessary tab components from ?unrated-comments page * fix urls generated by guides listview
This commit is contained in:
@@ -92,7 +92,7 @@ class GuideList extends BaseType
|
||||
'description' => $this->getField('description'),
|
||||
'sticky' => !!($this->getField('cuFlags') & CC_FLAG_STICKY),
|
||||
'nvotes' => $this->getField('nvotes'),
|
||||
'url' => '/?guide=' . ($this->getField('url') ?: $this->id),
|
||||
'url' => '?guide=' . ($this->getField('url') ?: $this->id),
|
||||
'status' => $this->getField('status'),
|
||||
'author' => $this->getField('author'),
|
||||
'authorroles' => $this->getField('roles'),
|
||||
@@ -103,8 +103,6 @@ class GuideList extends BaseType
|
||||
'date' => $this->getField('date'), // ok
|
||||
'when' => date(Util::$dateFormatInternal, $this->getField('date'))
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
return $data;
|
||||
|
||||
Reference in New Issue
Block a user