From 759075b4b0034d91b8e52b8443733dc4b2d741fd Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 15 Jul 2010 12:45:28 -0400 Subject: [PATCH] reveresed logic --- horde/templates/portal/layout.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/templates/portal/layout.inc b/horde/templates/portal/layout.inc index 1b63037b4..915b79081 100644 --- a/horde/templates/portal/layout.inc +++ b/horde/templates/portal/layout.inc @@ -73,7 +73,7 @@ - getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ? false : true), ($layout->isRemovable($row, $col) ? false : true)) ?> + getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ? true : false), ($layout->isRemovable($row, $col) ? false : true)) ?>