php error
-
Hi there, just downloaded this plugin and so far it seems to be exactly what I was looking for. However, I kept coming across a pretty annoying PHP error every time I changed a setting in the plugin (did not seem to affect functionality), and I think I may have tracked it down-
in meta-box.php, line 291if ($_POST['_private_group_nonloggedin']) {
should probably beif (isset($_POST['_private_group_nonloggedin'])) {
. I didn’t test this fix thoroughly but it seems to have worked for me and hopefully others may find this helpful.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘php error’ is closed to new replies.