Commit 802545a0 by Scott

Hide PM link for external users integrations

Fixes #350.
parent d1ea080e
...@@ -1339,7 +1339,7 @@ ...@@ -1339,7 +1339,7 @@
if (!$ismyuser) if (!$ismyuser)
unset($navigation['favorites']); unset($navigation['favorites']);
if (!$ismyuser || !qa_opt('allow_private_messages') || !qa_opt('show_message_history')) if (QA_FINAL_EXTERNAL_USERS || !$ismyuser || !qa_opt('allow_private_messages') || !qa_opt('show_message_history'))
unset($navigation['messages']); unset($navigation['messages']);
return $navigation; return $navigation;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment