aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-15 21:06:44 -0800
committerFriendika <info@friendika.com>2010-11-15 21:06:44 -0800
commit5d474177113f563c5c4d299485e0edb27d061f8a (patch)
tree1b27debb4e5115322fc51d55956fe2289a952606 /mod/profiles.php
parent8c395f96deb3d9bc9c24e3c62b3709de12d44f39 (diff)
downloadvolse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.tar.gz
volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.tar.bz2
volse-hubzilla-5d474177113f563c5c4d299485e0edb27d061f8a.zip
more view cleanup
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 26e8d4ec5..0bf082efc 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -280,7 +280,7 @@ function profiles_content(&$a) {
require_once('mod/profile.php');
profile_load($a,$a->user['nickname'],$r[0]['id']);
- require_once('view/profile_selectors.php');
+ require_once('include/profile_selectors.php');
$tpl = load_view_file('view/profed_head.tpl');