diff options
author | redmatrix <git@macgirvin.com> | 2016-05-20 22:16:57 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-20 22:16:57 -0700 |
commit | bc20cf9fa3479be20417f78187f7302f13fbf0ec (patch) | |
tree | 3a9ff46079dca06168b7597a4ce29fb7a2864715 /Zotlabs | |
parent | 019250eff879d86577157ad6136a3613b61cacb8 (diff) | |
download | volse-hubzilla-bc20cf9fa3479be20417f78187f7302f13fbf0ec.tar.gz volse-hubzilla-bc20cf9fa3479be20417f78187f7302f13fbf0ec.tar.bz2 volse-hubzilla-bc20cf9fa3479be20417f78187f7302f13fbf0ec.zip |
remove redundant include
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index e738d0c96..e899abb3f 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -626,9 +626,6 @@ class Profiles extends \Zotlabs\Web\Controller { return; } - require_once('include/selectors.php'); - - $editselect = 'none'; // if(feature_enabled(local_channel(),'richtext')) // $editselect = 'textareas'; |