Closed (fixed)
Project:
OpenSocial Shindig-Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2009 at 01:07 UTC
Updated:
29 Jan 2009 at 04:50 UTC
Checking out from CVS gives 'Config.php' instead of 'config.php'. Small patch to fix it.
Index: shindig_integrator.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ShindigIntegrator/shindig_integrator/shindig_integrator.install,v
retrieving revision 1.2.2.1
diff -b -r1.2.2.1 shindig_integrator.install
300c300
< $config_file = "$path_shindig/shindig/php/src/common/config.php";
---
> $config_file = "$path_shindig/shindig/php/src/common/Config.php";
384c384
< $config_file = "$path_shindig/shindig/php/src/common/config.php";
---
> $config_file = "$path_shindig/shindig/php/src/common/Config.php";
Comments
Comment #1
ramsharma2005 commentedHi pletcher,
Thanks for the patch. Patch is committed.