summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-05-06 18:36:12 +0000
committerChristian Fowler <spider@viovio.com>2009-05-06 18:36:12 +0000
commit8837a7cd9b9e3f16f20db575e0823bf35aaa7661 (patch)
treefedf2bef274391e94abca4564a5370d9af10974d
parentc5461ce180106f44d1db6938bbbc88c31e81a821 (diff)
downloadfisheye-8837a7cd9b9e3f16f20db575e0823bf35aaa7661.tar.gz
fisheye-8837a7cd9b9e3f16f20db575e0823bf35aaa7661.tar.bz2
fisheye-8837a7cd9b9e3f16f20db575e0823bf35aaa7661.zip
remove stray char in exportHtml
-rw-r--r--FisheyeGallery.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php
index 8547a54..b999a4b 100644
--- a/FisheyeGallery.php
+++ b/FisheyeGallery.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.92 2009/05/05 22:32:54 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.93 2009/05/06 18:36:12 spiderr Exp $
* @package fisheye
*/
@@ -284,7 +284,6 @@ class FisheyeGallery extends FisheyeBase {
'landscape' => FALSE,
'url' => $this->getDisplayUrl(),
'content_id' => $this->mContentId,
-t
);
if( $this->loadImages() ) {
foreach( array_keys( $this->mItems ) as $key ) {