Update function calls
update function calls to use profile class
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ function profiles_init(App $a) {
|
||||
return;
|
||||
}
|
||||
|
||||
profile_load($a,$a->user['nickname'], $r[0]['id']);
|
||||
Profile::load($a, $a->user['nickname'], $r[0]['id']);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user