mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Make the function not static
This commit is contained in:
@@ -50,7 +50,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
*/
|
||||
protected function initiateTableNames($groupID)
|
||||
{
|
||||
$this->tables = self::returnTableNames();
|
||||
$this->tables = $this->returnTableNames();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -58,7 +58,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function returnTableNames()
|
||||
public function returnTableNames()
|
||||
{
|
||||
return [
|
||||
'cname' => 'multigroup_collections',
|
||||
|
||||
Reference in New Issue
Block a user