Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
502b6747
Commit
502b6747
authored
5 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
(
#1387
) Remove some lingering references to config_backend
parent
9c16319b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Core/Config.php
+5
-2
5 additions, 2 deletions
CRM/Core/Config.php
api/v3/examples/Domain/Create.ex.php
+0
-1
0 additions, 1 deletion
api/v3/examples/Domain/Create.ex.php
with
5 additions
and
3 deletions
CRM/Core/Config.php
+
5
−
2
View file @
502b6747
...
...
@@ -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);
}
/**
...
...
This diff is collapsed.
Click to expand it.
api/v3/examples/Domain/Create.ex.php
+
0
−
1
View file @
502b6747
...
...
@@ -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'
=>
''
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment