Author: sevein
Date: Thu Aug 23 15:32:29 2012
New Revision: 12188

Log:
parent is a property, use

Modified:
   trunk/lib/QubitCsvImport.class.php

Modified: trunk/lib/QubitCsvImport.class.php
==============================================================================
--- trunk/lib/QubitCsvImport.class.php  Thu Aug 23 15:31:53 2012        (r12187)
+++ trunk/lib/QubitCsvImport.class.php  Thu Aug 23 15:32:29 2012        (r12188)
@@ -68,7 +68,7 @@
         
escapeshellarg(sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'symfony'),
         escapeshellarg($taskClassName),
         escapeshellarg($csvFile),
-        escapeshellarg($parent->slug),
+        escapeshellarg($this->parent->slug),
         escapeshellarg($csvFile));
     }
     else

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to