diff options
author | Friendika <info@friendika.com> | 2010-11-15 21:06:44 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-15 21:06:44 -0800 |
commit | 5d474177113f563c5c4d299485e0edb27d061f8a (patch) | |
tree | 1b27debb4e5115322fc51d55956fe2289a952606 /mod/contacts.php | |
parent | 8c395f96deb3d9bc9c24e3c62b3709de12d44f39 (diff) | |
download | volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.tar.gz volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.tar.bz2 volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.zip |
more view cleanup
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index f0e677ba5..c33c69fa8 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -166,7 +166,7 @@ function contacts_content(&$a) { } - require_once('view/contact_selectors.php'); + require_once('include/contact_selectors.php'); $tpl = load_view_file("view/contact_edit.tpl"); |