Author: caziel
Date: 2010-01-31 17:57:32 +0100 (Sun, 31 Jan 2010)
New Revision: 27358
Modified:
plugins/rsLucenePlugin/trunk/lib/rsLucene.class.php
Log:
cleanup
Modified: plugins/rsLucenePlugin/trunk/lib/rsLucene.class.php
===================================================================
--- plugins/rsLucenePlugin/trunk/lib/rsLucene.class.php 2010-01-31 16:53:53 UTC
(rev 27357)
+++ plugins/rsLucenePlugin/trunk/lib/rsLucene.class.php 2010-01-31 16:57:32 UTC
(rev 27358)
@@ -88,10 +88,10 @@
}
private static function registerZend() {
- if(!class_exists('Zend_Loader_Autoloader')){
+ if(!class_exists('Zend_Loader_Autoloader')) {
require_once
ProjectConfiguration::getActive()->getZendPath();
}
-
+
Zend_Loader_Autoloader::getInstance();
self::$zendLoaded = true;
}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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/symfony-svn?hl=en.