diff options
author | friendica <info@friendica.com> | 2015-03-05 18:24:49 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-05 18:24:49 -0800 |
commit | 22391a24378cae317cdf62dc4be4b31b68e8191f (patch) | |
tree | eca9be09c179ab036625dd64fbaea91d181f87fc /include/widgets.php | |
parent | e73d0ee418564eb32517f86930c78384ca3bd52d (diff) | |
download | volse-hubzilla-22391a24378cae317cdf62dc4be4b31b68e8191f.tar.gz volse-hubzilla-22391a24378cae317cdf62dc4be4b31b68e8191f.tar.bz2 volse-hubzilla-22391a24378cae317cdf62dc4be4b31b68e8191f.zip |
straighten out some directory stuff, which required some Comanche structural changes
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/widgets.php b/include/widgets.php index fbbc74224..17c740967 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -605,9 +605,6 @@ function widget_vcard($arr) { * The following directory widgets are only useful on the directory page */ -function widget_dirsafemode($arr) { - return dir_safe_mode(); -} function widget_dirsort($arr) { return dir_sort_links(); |