aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muamba.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/muamba.module b/muamba.module
index eabd4db..751bc0d 100644
--- a/muamba.module
+++ b/muamba.module
@@ -181,5 +181,6 @@ function muamba_block_view($delta = '') {
* @todo
*/
function muamba_privatemsg_view_alter(&$content) {
- $content['participants']['#markup'] = $content['participants']['#markup'] . 'TODO: Add here request management bar.';
+ $bar = 'TODO: Add here request management bar.';
+ $content['participants']['#markup'] = $bar . $content['participants']['#markup'];
}