This commit is contained in:
Paula Quispe
2019-05-29 09:53:13 -04:00
parent d93c713297
commit 05d713c847
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;
}