1
0
Fork 0

fix undeclared variables or wrong variable names (/mod)

This commit is contained in:
rabuzarus 2018-02-12 03:25:09 +01:00
commit 2e03a3a47f
22 changed files with 29 additions and 24 deletions

View file

@ -58,6 +58,7 @@ function register_post(App $a)
break;
}
$netpublish = (((x($_POST, 'profile_publish_reg')) &intval($_POST['profile_publish_reg']) = 1) ? 1 : 0);
$arr = $_POST;