MyBB Community Forums

Full Version: [F] Admin: module: config/plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've found misprint in php code. In admin/modules/config/plugins.php at line 369. It should be:
$table->construct_cell($lang->no_plugins, array('colspan' => 3));

Regards,
Kacper.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
mine says:
$table->contruct_cell($lang->no_plugins, array('colspan' => 2));

I changed contruct to construct and did not change the 2 to 3.
is it ok? or should I change it?
You should change it to 3 too
ok thanks tikitiki