ProcessController: fix lock negation

This commit is contained in:
Thomas Gelf 2016-12-17 19:18:58 +01:00
parent ac7fa5654f
commit 46b452c014

View file

@ -157,7 +157,7 @@ class ProcessController extends Controller
{
$tabs = $this->singleTab($bp->getTitle());
if (! $renderer->isLocked()) {
if ($renderer->isLocked()) {
$tabs->extend(new DashboardAction());
}