Remove obsolete profile_id parameter in Model\Profile::load

This commit is contained in:
Hypolite Petovan 2020-01-27 22:01:12 -05:00
commit a7dd0173a7
10 changed files with 11 additions and 16 deletions

View file

@ -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)