Author: sevein
Date: Thu Aug 23 15:28:13 2012
New Revision: 12186
Log:
Remove direct call to propel:build-nested-set task
Modified:
trunk/lib/QubitCsvImport.class.php
Modified: trunk/lib/QubitCsvImport.class.php
==============================================================================
--- trunk/lib/QubitCsvImport.class.php Thu Aug 23 15:22:56 2012 (r12185)
+++ trunk/lib/QubitCsvImport.class.php Thu Aug 23 15:28:13 2012 (r12186)
@@ -100,9 +100,6 @@
$this->errors = $output;
}
- // Rebuild nested set
- system(sprintf('php %s propel:build-nested-set',
escapeshellarg(sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'symfony')));
-
return $this;
}
--
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.