Skip to content
Snippets Groups Projects
Commit 502b6747 authored by totten's avatar totten
Browse files

(#1387) Remove some lingering references to config_backend

parent 9c16319b
Branches
Tags
No related merge requests found
......@@ -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);
}
/**
......
......@@ -50,7 +50,6 @@ function domain_create_expectedresult() {
'id' => '3',
'name' => 'A-team domain',
'description' => 'domain of chaos',
'config_backend' => '',
'contact_id' => '7',
'locales' => '',
'locale_custom_strings' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment