diff options
author | friendica <info@friendica.com> | 2014-06-03 19:25:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-03 19:25:59 -0700 |
commit | 737d3f583665f24881e484b40acf0bbc5f498e48 (patch) | |
tree | bbf9dde7769ee740b54439b7182be4d64924ca47 /include/widgets.php | |
parent | 97a4479513130658fffdcc1f8ef0d349f08520bc (diff) | |
download | volse-hubzilla-737d3f583665f24881e484b40acf0bbc5f498e48.tar.gz volse-hubzilla-737d3f583665f24881e484b40acf0bbc5f498e48.tar.bz2 volse-hubzilla-737d3f583665f24881e484b40acf0bbc5f498e48.zip |
don't add a birthday event if the birthday channel doesn't have permission to send you posts.
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index d197eb240..96bced87f 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -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()), |