don't add a birthday event if the birthday channel doesn't have permission to send you posts.
This commit is contained in:
@@ -196,7 +196,7 @@ function widget_savedsearch($arr) {
|
||||
$a = get_app();
|
||||
|
||||
$search = ((x($_GET,'search')) ? $_GET['search'] : '');
|
||||
|
||||
|
||||
if(x($_GET,'searchsave') && $search) {
|
||||
$r = q("select * from `term` where `uid` = %d and `type` = %d and `term` = '%s' limit 1",
|
||||
intval(local_user()),
|
||||
|
||||
Reference in New Issue
Block a user