(NFC) dev/core#174 - CRM_Utils_System::flushCache - Remove dead code
[civicrm-core.git] / CRM / Admin / Form / LocationType.php
index 7979db2dabd229a3dbc099393cc19191a930fdc4..b1e1a97763600802ffb783b6b61f2a0a937773fe 100644 (file)
@@ -86,7 +86,7 @@ class CRM_Admin_Form_LocationType extends CRM_Admin_Form {
    * Process the form submission.
    */
   public function postProcess() {
-    CRM_Utils_System::flushCache('CRM_Core_DAO_LocationType');
+    CRM_Utils_System::flushCache();
 
     if ($this->_action & CRM_Core_Action::DELETE) {
       CRM_Core_BAO_LocationType::del($this->_id);