From a7d322cb0587665dd37a1289645a2208fe3f7487 Mon Sep 17 00:00:00 2001 From: Michael Kulabuhov Date: Tue, 22 Aug 2017 00:59:43 +0700 Subject: [PATCH] Fixed displaying the menu "Computing" --- html/inc/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/bootstrap.inc b/html/inc/bootstrap.inc index ad608d73e1..f8206481f5 100644 --- a/html/inc/bootstrap.inc +++ b/html/inc/bootstrap.inc @@ -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')) {