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

index 0edd19b..4a00969 100644 (file)
@@ -115,7 +115,7 @@ function downloadSelected()
 <table cellspacing="0" width="100%">
  <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="" />