reveresed logic
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 15 Jul 2010 16:45:28 +0000 (12:45 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 15 Jul 2010 16:45:28 +0000 (12:45 -0400)
horde/templates/portal/layout.inc

index 1b63037..915b790 100644 (file)
@@ -73,7 +73,7 @@
           </tr>
           <tr>
             <td colspan="2">
-              <?php echo $blocks->getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ? false : true), ($layout->isRemovable($row, $col) ? false : true)) ?>
+              <?php echo $blocks->getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ? true : false), ($layout->isRemovable($row, $col) ? false : true)) ?>
             </td>
           </tr>
 <?php