diff options
Diffstat (limited to 'mod/messages/start.php')
-rw-r--r-- | mod/messages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/start.php b/mod/messages/start.php index 5e258824f..27b6252eb 100644 --- a/mod/messages/start.php +++ b/mod/messages/start.php @@ -45,7 +45,7 @@ function messages_init() { 'name' => 'messages', 'href' => 'pg/messages/inbox/' . elgg_get_logged_in_user_entity()->username, 'text' => $text, - 'weight' => 600, + 'priority' => 600, )); } |