Author: david
Date: Wed Oct 27 17:08:31 2010
New Revision: 8577
Log:
Fix typo.
Modified:
trunk/apps/qubit/modules/search/actions/indexAction.class.php
Modified: trunk/apps/qubit/modules/search/actions/indexAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/search/actions/indexAction.class.php Wed Oct
27 17:00:37 2010 (r8576)
+++ trunk/apps/qubit/modules/search/actions/indexAction.class.php Wed Oct
27 17:08:31 2010 (r8577)
@@ -28,7 +28,7 @@
if (isset($this->getRoute()->resource) && $this->getRoute()->resource
instanceof QubitRepository)
{
- $request->query .= " and
repository:'$this->resource->authorizedFormOfName'";
+ $request->query .= " and
repository:'{$this->getRoute()->resource->authorizedFormOfName}'";
}
$this->response->setTitle("Search for \"$request->query\" -
{$this->response->getTitle()}");
--
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.