Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Possible bug in Vanilla Forum?

Hi all,

in the class : applications/dashboard/models/class.usermodel.php

at this line 828: if (RoleModel::Roles($ConfirmEmailRoleID)) {

in the method: public function Save($FormPostValues, $Settings = FALSE) {

when I try to call that method in my code I got: Call to undefined method RoleModel::Roles() in vanilla/applications/dashboard/models/class.usermodel.php

Actually in the RoleModel class 'Roles' method is missing.

Is it a 'bug' in Vanilla forum or I'm missing something?

Thanks Julio

Tagged:

Answers

Sign In or Register to comment.