add dummy f= arg to suggestion urls, use directory version of suggest for newmember link instead of the suggest module as the UI is prettier.

This commit is contained in:
zotlabs
2018-03-03 15:52:57 -08:00
parent ca1022675c
commit 471c3c4d06
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class Directory extends \Zotlabs\Web\Controller {
intval(local_channel()),
dbesc($_GET['ignore'])
);
goaway(z_root() . '/directory?suggest=1');
goaway(z_root() . '/directory?f=&suggest=1');
}
$observer = get_observer_hash();