Author: maksim_ka
Date: 2010-02-08 12:32:31 +0100 (Mon, 08 Feb 2010)
New Revision: 27728

Modified:
   plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixturePropel.php
Log:
[sfPhpunitPlugin][sf1.2] fix notice

Modified: 
plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixturePropel.php
===================================================================
--- plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixturePropel.php 
2010-02-08 11:31:52 UTC (rev 27727)
+++ plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixturePropel.php 
2010-02-08 11:32:31 UTC (rev 27728)
@@ -37,7 +37,7 @@
     }
     
     $data = $this->_getDataLoader();
-    $data->loadData($files)
+    $data->loadData($files);
     //$connection ? $data->loadData($files, $connection) : 
$data->loadData($files);
 
     return $this;

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