Merge pull request #12323 from totten/master-flush-sig
[civicrm-core.git] / CRM / Admin / Form / PaymentProcessorType.php
index f81617056744c6bfb0844b292607f808437a40d6..6dfdaf7647cda13235d9208a11b64165d7ed7117 100644 (file)
@@ -203,7 +203,7 @@ class CRM_Admin_Form_PaymentProcessorType extends CRM_Admin_Form {
    * Process the form submission.
    */
   public function postProcess() {
-    CRM_Utils_System::flushCache('CRM_Financial_DAO_PaymentProcessorType');
+    CRM_Utils_System::flushCache();
 
     if ($this->_action & CRM_Core_Action::DELETE) {
       CRM_Financial_BAO_PaymentProcessorType::del($this->_id);