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
d937dbcd
Commit
d937dbcd
authored
11 years ago
by
colemanw
Browse files
Options
Downloads
Patches
Plain Diff
Shouldn't have removed that - adding it back CRM-12339
parent
faf07ee0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Core/Resources.php
+2
-0
2 additions, 0 deletions
CRM/Core/Resources.php
with
2 additions
and
0 deletions
CRM/Core/Resources.php
+
2
−
0
View file @
d937dbcd
...
...
@@ -219,6 +219,8 @@ class CRM_Core_Resources {
* @return CRM_Core_Resources
*/
public
function
addSettingsFactory
(
$callable
)
{
// Make sure our callback has been registered
$this
->
addSetting
(
array
());
$this
->
settingsFactories
[]
=
$callable
;
return
$this
;
}
...
...
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