mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Formating
* removed excess ;
This commit is contained in:
@@ -22,7 +22,7 @@ class SoundsPage extends GenericPage
|
||||
|
||||
public function __construct($pageCall, $pageParam)
|
||||
{
|
||||
$this->getCategoryFromUrl($pageParam);;
|
||||
$this->getCategoryFromUrl($pageParam);
|
||||
if (isset($this->category[0]))
|
||||
header('Location: ?sounds&filter=ty='.$this->category[0], true, 302);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user