Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <[email protected]>
  • Loading branch information
xh3n1 authored and samtuke committed Jun 12, 2019
1 parent eb597af commit bd5db4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/subscribelib2.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@

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

0 comments on commit bd5db4b

Please sign in to comment.