Author: rande
Date: 2010-03-17 20:36:19 +0100 (Wed, 17 Mar 2010)
New Revision: 28588
Modified:
plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php
Log:
[swCombinePlugin] fix typo
Modified:
plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php
===================================================================
--- plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php
2010-03-17 19:29:56 UTC (rev 28587)
+++ plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php
2010-03-17 19:36:19 UTC (rev 28588)
@@ -282,7 +282,7 @@
throw new sfException(sprintf('The folder %s is not writable', $path));
}
- if(!$content)
+ if(!$contents)
{
return false;
--
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.