clickbait / lock

Lock is a MyBB plugin for hiding content and selling it for your Newpoints currency.
GNU General Public License v3.0
2 stars 6 forks source link

Theres an error when installing the Plugin #8

Open DennieDev opened 4 years ago

DennieDev commented 4 years ago

When you install the plugin it gives you an SQL error saying its missing the "Description"

This is fixed by adding: "description" => "Hide Tags on Steroids", under the $new_setting_group part at line 4 in install.php

Just a heads up and something for the dev to fix