Author: david
Date: Mon Feb 13 13:54:38 2012
New Revision: 10873
Log:
Create sfContext
Modified:
trunk/lib/task/archivematicaDipImportTask.class.php
Modified: trunk/lib/task/archivematicaDipImportTask.class.php
==============================================================================
--- trunk/lib/task/archivematicaDipImportTask.class.php Mon Feb 13 13:43:32
2012 (r10872)
+++ trunk/lib/task/archivematicaDipImportTask.class.php Mon Feb 13 13:54:38
2012 (r10873)
@@ -71,6 +71,8 @@
*/
public function execute($arguments = array(), $options = array())
{
+ sfContext::createInstance($this->configuration);
+
$databaseManager = new sfDatabaseManager($this->configuration);
self::$conn = $databaseManager->getDatabase('propel')->getConnection();
--
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.