Author: sevein
Date: Tue Jan  3 15:50:01 2012
New Revision: 10550

Log:
Use right property (form)

Modified:
   trunk/apps/qubit/modules/settings/actions/listAction.class.php

Modified: trunk/apps/qubit/modules/settings/actions/listAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/settings/actions/listAction.class.php      Tue Jan 
 3 15:45:48 2012        (r10549)
+++ trunk/apps/qubit/modules/settings/actions/listAction.class.php      Tue Jan 
 3 15:50:01 2012        (r10550)
@@ -595,6 +595,7 @@
 
     return $this;
   }
+
   /**
    * Populate the Job scheduling form
    */
@@ -604,7 +605,7 @@
     $useJobScheduler = QubitSetting::getSettingByName('use_job_scheduler');
 
     // Set defaults for global form
-    $this->oaiRepositoryForm->setDefaults(array(
+    $this->jobSchedulingForm->setDefaults(array(
       'use_job_scheduler' => (isset($useJobScheduler)) ? 
intval($useJobScheduler->getValue(array('sourceCulture' => true))) : 1
     ));
   }

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