Skip to content
Snippets Groups Projects
  1. Sep 04, 2015
  2. Sep 03, 2015
  3. Sep 02, 2015
    • 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