Merged in bugfix/PMC-840 (pull request #6916)

PMC-840

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2019-05-30 15:47:58 +00:00
committed by Julio Cesar Laura Avendaño
9 changed files with 10 additions and 10 deletions

View File

@@ -1023,7 +1023,7 @@ class System
*
* @return array $skinListArray
*/
public function getSkingList()
public static function getSkingList()
{
//Create Skins custom folder if it doesn't exists
if (!is_dir(PATH_CUSTOM_SKINS)) {

View File

@@ -409,7 +409,7 @@ class Server implements iAuthenticate
return $this->server;
}
public function getUserId()
public static function getUserId()
{
return self::$userId;
}