Author: chabotc
Date: Wed Nov 19 21:59:07 2008
New Revision: 719168

URL: http://svn.apache.org/viewvc?rev=719168&view=rev
Log:
Fixup for Zend/Loader

Modified:
    incubator/shindig/trunk/php/external/Zend/Loader.php

Modified: incubator/shindig/trunk/php/external/Zend/Loader.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Loader.php?rev=719168&r1=719167&r2=719168&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Loader.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Loader.php Wed Nov 19 21:59:07 
2008
@@ -81,7 +81,7 @@
                        self::loadFile($file, $dirs, true);
                } else {
                        self::_securityCheck($file);
-                       include_once 'src/common/' . $file;
+                       include_once 'external/' . $file;
                }
                
                if (! class_exists($class, false) && ! interface_exists($class, 
false)) {


Reply via email to