diff --git a/core/components/com_tools/site/views/tools/tmpl/display.php b/core/components/com_tools/site/views/tools/tmpl/display.php index af8611b6d47..b6691dbc51e 100644 --- a/core/components/com_tools/site/views/tools/tmpl/display.php +++ b/core/components/com_tools/site/views/tools/tmpl/display.php @@ -57,7 +57,7 @@ foreach ($this->apps as $project) { //if ($project->state == 1 || $project->state == 3) { - if ($project->tool_state != 8) + if ($project->tool_state == 7) { $status = ($project->codeaccess == '@OPEN' ? Lang::txt('COM_TOOLS_OPEN_SOURCE') : Lang::txt('COM_TOOLS_CLOSED_SOURCE')); ?>