From: Michael J. Rubinsky Date: Thu, 15 Jul 2010 16:45:28 +0000 (-0400) Subject: reveresed logic X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=759075b4b0034d91b8e52b8443733dc4b2d741fd;p=horde.git reveresed logic --- 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)) ?>