Fixed displaying the menu "Computing"

This commit is contained in:
Michael Kulabuhov 2017-08-22 00:59:43 +07:00
parent 6a91481cc4
commit a7d322cb05
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')) {