Author: david
Date: Mon Feb 27 11:58:45 2012
New Revision: 10989
Log:
Fix typo
Modified:
trunk/lib/QubitSearchInformationObject.class.php
Modified: trunk/lib/QubitSearchInformationObject.class.php
==============================================================================
--- trunk/lib/QubitSearchInformationObject.class.php Mon Feb 27 11:55:55
2012 (r10988)
+++ trunk/lib/QubitSearchInformationObject.class.php Mon Feb 27 11:58:45
2012 (r10989)
@@ -232,7 +232,11 @@
if (null !== $thumbnail = QubitDigitalObject::getOne($criteria))
{
-
$doc->addField(Zend_Search_Lucene_Field::UnIndexed('do_thumbnail_FullPath',
$thumbnail->getFullPath()));
+ $field = new
Zend_Search_Lucene_Field::UnIndexed('do_thumbnail_FullPath',
$thumbnail->getFullPath());
+ }
+ else
+ {
+ return;
}
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.