Skip to content

Commit bd5db4b

Browse files
xh3n1samtuke
authored andcommitted
Fix typo
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent eb597af commit bd5db4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/subscribelib2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245

246246
if (isset($_POST['list']) && is_array($_POST['list'])) {
247247
foreach ($_POST['list'] as $key => $val) {
248-
if ($val == 'signup' && !isPrivateList($key)) { // make sure that the list is private
248+
if ($val == 'signup' && !isPrivateList($key)) { // make sure that the list is not private
249249
$key = sprintf('%d', $key);
250250
if (!empty($key)) {
251251
$result = Sql_query(sprintf('replace into %s (userid,listid,entered) values(%d,%d,now())',

0 commit comments

Comments
 (0)