Misc/Formating

* removed excess ;
This commit is contained in:
Sarjuuk
2024-03-16 16:38:02 +01:00
parent c01c9ce901
commit 676a7ef24e
16 changed files with 21 additions and 21 deletions

View File

@@ -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);