Skip to content

Commit 9b416ed

Browse files
author
momo_102
committed
1 parent 9c49980 commit 9b416ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod_cm_birthday/mod_cm_birthday.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
if ($where_orig != "") { $where_orig .= " AND "; }
6464
$where_orig .= "`type`='".$params->get( 'membertype' )."'";
6565
}
66-
if ($this->params_menu->get( 'publicity' ) == "published")
66+
if ($params->get( 'publicity' ) == "published")
6767
{
6868
if ($where != "") { $where = $where . " AND "; }
6969
$where .= "`published`=1";
7070
}
71-
if ($this->params_menu->get( 'publicity' ) == "unpublished")
71+
if ($params->get( 'publicity' ) == "unpublished")
7272
{
7373
if ($where != "") { $where = $where . " AND "; }
7474
$where .= "`published`=0";

0 commit comments

Comments
 (0)