diff options
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 6e1148b90..a9d5d0a6a 100644 --- a/mod/network.php +++ b/mod/network.php @@ -121,6 +121,9 @@ EOT; function saved_searches($search) { + if(! feature_enabled(local_user(),'savedsearch')) + return ''; + $a = get_app(); $srchurl = '/network?f=' |