Author: sevein
Date: Sat Apr 21 16:59:06 2012
New Revision: 11492
Log:
Fix typo
Modified:
trunk/plugins/sfDcPlugin/lib/sfDcPlugin.class.php
Modified: trunk/plugins/sfDcPlugin/lib/sfDcPlugin.class.php
==============================================================================
--- trunk/plugins/sfDcPlugin/lib/sfDcPlugin.class.php Sat Apr 21 16:47:22
2012 (r11491)
+++ trunk/plugins/sfDcPlugin/lib/sfDcPlugin.class.php Sat Apr 21 16:59:06
2012 (r11492)
@@ -47,7 +47,7 @@
$resourceAndPublicationStatus = array();
- if (0 < strlen($title = $this->resource->__toString))
+ if (0 < strlen($title = $this->resource->__toString()))
{
$resourceAndPublicationStatus[] = $title;
}
--
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.