fix existence check
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 11 Nov 2009 21:24:21 +0000 (16:24 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 11 Nov 2009 21:24:21 +0000 (16:24 -0500)
ansel/templates/view/gallerylightbox.inc

index 96f56d6..1e6e35d 100644 (file)
@@ -132,7 +132,7 @@ function downloadSelected()
 <table width="100%" cellspacing="0">
  <tr>
   <td style="vertical-align:top;width:<?php echo ($this->view->countWidgets() ? "75%" : "100%") ?>;">
-    <?php if (empty($this->view->_params['api']) && $option_select && $this->numTiles): ?>
+    <?php if (empty($this->view->api) && $option_select && $this->numTiles): ?>
     <form name="gallery" action="<?php echo Horde::applicationUrl('image.php', true)?>" method="get">
     <?php echo Horde_Util::formInput() ?>
     <input type="hidden" name="actionID" value="" />