We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c49980 commit 9b416edCopy full SHA for 9b416ed
mod_cm_birthday/mod_cm_birthday.php
@@ -63,12 +63,12 @@
63
if ($where_orig != "") { $where_orig .= " AND "; }
64
$where_orig .= "`type`='".$params->get( 'membertype' )."'";
65
}
66
-if ($this->params_menu->get( 'publicity' ) == "published")
+if ($params->get( 'publicity' ) == "published")
67
{
68
if ($where != "") { $where = $where . " AND "; }
69
$where .= "`published`=1";
70
71
-if ($this->params_menu->get( 'publicity' ) == "unpublished")
+if ($params->get( 'publicity' ) == "unpublished")
72
73
74
$where .= "`published`=0";
0 commit comments