Skip to content
Snippets Groups Projects
Commit f8c2b83a authored by xamgore's avatar xamgore
Browse files

Fixes menu displaying for admins & deans

Ternary operator is left-associated in PHP (right in C++), so we have:
    (...) ? one : second;

I have put an extra braces to improve the evaluation order.
parent 4fb5c8cd
Branches
Tags
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