diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-19 13:01:50 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-19 13:15:29 -0800 |
commit | abb3341030b15bf123e998ccea667695c7d785e8 (patch) | |
tree | 09fbccf854f6909c0f15d6a2f775c45446da2bc1 /Zotlabs/Module/Dirsearch.php | |
parent | 36322acb6dae2400494962c89d0ad6c19409832a (diff) | |
download | volse-hubzilla-abb3341030b15bf123e998ccea667695c7d785e8.tar.gz volse-hubzilla-abb3341030b15bf123e998ccea667695c7d785e8.tar.bz2 volse-hubzilla-abb3341030b15bf123e998ccea667695c7d785e8.zip |
redmatrix is no longer considered a supported platform and will not be listed in pubsites as of 2.x
Diffstat (limited to 'Zotlabs/Module/Dirsearch.php')
-rw-r--r-- | Zotlabs/Module/Dirsearch.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Dirsearch.php b/Zotlabs/Module/Dirsearch.php index 927800bbb..9b2057203 100644 --- a/Zotlabs/Module/Dirsearch.php +++ b/Zotlabs/Module/Dirsearch.php @@ -12,7 +12,7 @@ class Dirsearch extends \Zotlabs\Web\Controller { } - function get() { + function get() { $ret = array('success' => false); @@ -457,6 +457,6 @@ class Dirsearch extends \Zotlabs\Web\Controller { } } return $ret; - } - + } + } |