Author: bschussek
Date: 2010-04-09 14:49:40 +0200 (Fri, 09 Apr 2010)
New Revision: 29057

Modified:
   tools/lime/trunk/lib/lime.php
Log:
[lime] Fixed method name to ensure BC

Modified: tools/lime/trunk/lib/lime.php
===================================================================
--- tools/lime/trunk/lib/lime.php       2010-04-09 12:43:50 UTC (rev 29056)
+++ tools/lime/trunk/lib/lime.php       2010-04-09 12:49:40 UTC (rev 29057)
@@ -1489,7 +1489,7 @@
     $this->files = array_merge($this->files, $files);
   }
 
-  protected function strip_base_dir($file)
+  protected function get_relative_file($file)
   {
     return str_replace(DIRECTORY_SEPARATOR, '/', 
str_replace(array(realpath($this->base_dir).DIRECTORY_SEPARATOR, 
$this->extension), '', $file));
   }

-- 
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.

Reply via email to