Merge pull request #3495 from JohnFF/patch-5
[civicrm-core.git] / CRM / Admin / Form / Setting / UpdateConfigBackend.php
index b3d096db63a78470b7096ab2cb8c338187bfed08..f543c1796282b7b5b5f566c975744a23f970654d 100644 (file)
@@ -63,7 +63,7 @@ class CRM_Admin_Form_Setting_UpdateConfigBackend extends CRM_Admin_Form_Setting
 
     $this->addElement(
       'submit', $this->getButtonName('next', 'cleanup'), 'Cleanup Caches',
-      array('class' => 'form-submit', 'id' => 'cleanup-cache')
+      array('class' => 'crm-form-submit', 'id' => 'cleanup-cache')
     );
 
     $this->add('text', 'newBaseURL', ts('New Base URL'), NULL, TRUE);