RedDragonWebDesign / BlueThrust5

A fork/update of the famous BlueThrust Clan Scripts v4. Gaming community website engine in PHP.
10 stars 7 forks source link

Update forum/search.php #83

Closed deepend-tildeclub closed 2 years ago

deepend-tildeclub commented 2 years ago

fixes error Notice: Undefined index: submit in forum/search.php on line 259

RedDragonWebDesign commented 2 years ago

The pattern if( ($_POST['submit'] ?? '') && $formObj->validate()) { can also work nicely for fixing these kinds of errors. But isset() is also fine. If you mark this as a PR instead of a draft I'll approve it.