Switch static::$parameters to $this->parameters
This commit is contained in:
@@ -15,7 +15,7 @@ class Network extends NetworkModule
|
||||
exit();
|
||||
}
|
||||
|
||||
self::parseRequest($_GET);
|
||||
$this->parseRequest($_GET);
|
||||
|
||||
$profile_uid = intval($_GET['p']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user