Skip to content
Snippets Groups Projects
  • xamgore's avatar
    Fixes menu displaying for admins & deans · f8c2b83a
    xamgore authored
    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.
    f8c2b83a
Forked from it-lab / grade
Source project has a limited visibility.