Author: sevein
Date: Tue Jan  3 11:22:57 2012
New Revision: 10532

Log:
Update setting name in SWORD plugin

Modified:
   
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/actions/depositAction.class.php

Modified: 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/actions/depositAction.class.php
==============================================================================
--- 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/actions/depositAction.class.php
   Tue Jan  3 11:18:59 2012        (r10531)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/actions/depositAction.class.php
   Tue Jan  3 11:22:57 2012        (r10532)
@@ -107,7 +107,7 @@
       try
       {
         // Put the job in the background if the queue support is enabled
-        if (sfConfig::get('app_use_job_queue', true))
+        if (sfConfig::get('app_use_job_scheduler', true))
         {
           sfGearmanClient::getInstance()->background('depositSwordPackage',
             $this->package + array('information_object_id' => 
$this->informationObject->id));

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