Remove obsolete profile_id parameter in Model\Profile::load
This commit is contained in:
@@ -114,7 +114,7 @@ function display_init(App $a)
|
||||
}
|
||||
}
|
||||
|
||||
Profile::load($a, $nick, 0, $profiledata);
|
||||
Profile::load($a, $nick, $profiledata);
|
||||
}
|
||||
|
||||
function display_fetchauthor($a, $item)
|
||||
|
||||
Reference in New Issue
Block a user