(dev/core#1387) Remove some lingering references to config_backend
[civicrm-core.git] / CRM / Core / Config.php
index fdffa814a6a1a60361b759a11d80eb7e5f4f5194..4025c5d5ac86c42bccc91cea9b03cefa6675c147 100644 (file)
@@ -196,10 +196,13 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge {
   /**
    * Reset the serialized array and recompute.
    * use with care
+   *
+   * @deprecated
    */
   public function reset() {
-    $query = "UPDATE civicrm_domain SET config_backend = null";
-    CRM_Core_DAO::executeQuery($query);
+    // This is what it used to do. However, it hasn't meant anything since 4.6.
+    // $query = "UPDATE civicrm_domain SET config_backend = null";
+    // CRM_Core_DAO::executeQuery($query);
   }
 
   /**