summaryrefslogtreecommitdiff
path: root/FisheyeBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'FisheyeBase.php')
-rw-r--r--FisheyeBase.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/FisheyeBase.php b/FisheyeBase.php
index 345ea4f..fafe451 100644
--- a/FisheyeBase.php
+++ b/FisheyeBase.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeBase.php,v 1.13 2006/01/15 06:46:36 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeBase.php,v 1.14 2006/01/23 08:12:11 spiderr Exp $
* @package fisheye
*/
@@ -34,7 +34,7 @@ class FisheyeBase extends LibertyAttachable
// Gets a list of galleries which this item is attached to
function getParentGalleries( $pContentId=NULL ) {
- if( $this->verifyId( $pContentId ) ) {
+ if( !$this->verifyId( $pContentId ) ) {
$pContentId = $this->mContentId;
}
$ret = NULL;