aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-19 15:10:41 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-19 15:10:41 +0000
commite603c947a5ae2869164b11fee827d4c595e4a3f8 (patch)
tree7826bcb38858e86d43485f7f18e02f8d22a5808c /mod/messages/start.php
parenteec475fb1272a99134784b18b0451b306c5dbc4a (diff)
downloadelgg-e603c947a5ae2869164b11fee827d4c595e4a3f8.tar.gz
elgg-e603c947a5ae2869164b11fee827d4c595e4a3f8.tar.bz2
Refs #3158 update messages plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8768 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messages/start.php')
-rw-r--r--mod/messages/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/start.php b/mod/messages/start.php
index bf8272b1a..fd8b7712d 100644
--- a/mod/messages/start.php
+++ b/mod/messages/start.php
@@ -107,7 +107,7 @@ function messages_page_handler($page) {
$page[1] = elgg_get_logged_in_user_entity()->username;
}
- $base_dir = elgg_get_plugins_path() . 'messages';
+ $base_dir = elgg_get_plugins_path() . 'messages/pages/messages';
switch ($page[0]) {
case 'inbox':