aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/contact_selectors.php (renamed from view/contact_selectors.php)0
-rw-r--r--include/profile_selectors.php (renamed from view/profile_selectors.php)0
-rw-r--r--mod/contacts.php2
-rw-r--r--mod/profiles.php2
4 files changed, 2 insertions, 2 deletions
diff --git a/view/contact_selectors.php b/include/contact_selectors.php
index ac1e38e4f..ac1e38e4f 100644
--- a/view/contact_selectors.php
+++ b/include/contact_selectors.php
diff --git a/view/profile_selectors.php b/include/profile_selectors.php
index 335f292dc..335f292dc 100644
--- a/view/profile_selectors.php
+++ b/include/profile_selectors.php
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");
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');