Author: chabotc
Date: Fri May  9 06:40:41 2008
New Revision: 654810

URL: http://svn.apache.org/viewvc?rev=654810&view=rev
Log:
Missing include path

Modified:
    incubator/shindig/trunk/php/index.php

Modified: incubator/shindig/trunk/php/index.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/index.php?rev=654810&r1=654809&r2=654810&view=diff
==============================================================================
--- incubator/shindig/trunk/php/index.php (original)
+++ incubator/shindig/trunk/php/index.php Fri May  9 06:40:41 2008
@@ -38,7 +38,7 @@
 
 function __autoload($className)
 {
-       $locations = array('src/common', 'src/gadgets', 
'src/gadgets/samplecontainer', 'src/gadgets/http', 'src/socialdata', 
'src/socialdata/opensocial', 'src/socialdata/opensocial/model', 
'src/socialdata/http');
+       $locations = array('src/common', 'src/gadgets', 
'src/gadgets/samplecontainer', 'src/gadgets/http', 'src/socialdata', 
'src/socialdata/opensocial', 'src/socialdata/opensocial/model', 
'src/socialdata/http', 'src/socialdata/samplecontainer');
        // Check for the presense of this class in our all our directories.
        $fileName = $className.'.php';
        foreach ($locations as $path) {


Reply via email to