CRM-17663 - Cruft removal
[civicrm-core.git] / CRM / Core / BAO / Navigation.php
index db0e837ae7b64b105139d1576884cc9390b28da0..cafedc897483be1163e211bd201e2825d2498a7e 100644 (file)
@@ -711,9 +711,6 @@ ORDER BY parent_id, weight";
         );
       }
     }
-    // also reset the dashlet cache in case permissions have changed etc
-    // FIXME: decouple this
-    CRM_Core_BAO_Dashboard::resetDashletCache($contactID);
 
     return $newKey;
   }