Merge pull request #2057 from progger/computing_display_fix

Fixed displaying the menu "Computing"
This commit is contained in:
David Anderson 2017-08-21 14:07:46 -07:00 committed by GitHub
commit 874caec2f0
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function sample_navbar(
$x[] = array(tra("Help"), $url_prefix."help.php");
navbar_menu(tra("Project"), $x);
if (defined('NO_COMPUTING')) {
if (NO_COMPUTING) {
// this is for projects that don't do computing, e.g. BOSSA-based
//
if (defined('BOSSA')) {