MyBB Community Forums

Full Version: generate_group_select undefined
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
$form->generate_group_select();

Fatal error: Call to undefined method Form::generate_group_select()

I've got $form = new Form, and this works fine:

$form->generate_forum_select();

The generate_group_select method is right underneath the generate_forum_select method in ./admin/inc/class_form.php, and I've copied and pasted the name from class_form.php to my file... why is it saying it's undefined?? And yes, I have actually got parameters in my code, just haven't included them here.
Cause it doesn't exist in the MyBB 1.4 branch.
I've not checked out 1.6 code on this computer but it's in my file o.O Very confused.