Просмотр поста #449164: JohnCMS 7.1.0

.
Devendraoli
Edit:

Before:
isset($_POST['n']) ? $_POST['n'] : null;


NOW:
$_POST['n'] ?? null;