Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
extensions
cc.tadpole.csshelper
Commits
5df96a33
Verified
Commit
5df96a33
authored
Dec 17, 2018
by
Kevin Cristiano
🌎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix overly agressive removal of api calls
parent
41c0c2ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
csshelper.php
csshelper.php
+2
-6
No files found.
csshelper.php
View file @
5df96a33
...
...
@@ -46,10 +46,8 @@ function csshelper_civicrm_uninstall() {
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_enable
*/
function
csshelper_civicrm_enable
()
{
/*
_csshelper_civix_civicrm_enable
();
civicrm_api3('Setting', 'create', array('disable_core_css' => 1,));
*/
//civicrm_api3('Setting', 'create', array('disable_core_css' => 1,));
}
/**
...
...
@@ -58,10 +56,8 @@ function csshelper_civicrm_enable() {
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_disable
*/
function
csshelper_civicrm_disable
()
{
/*
_csshelper_civix_civicrm_disable
();
civicrm_api3('Setting', 'create', array('disable_core_css' => 0,));
*/
//civicrm_api3('Setting', 'create', array('disable_core_css' => 0,));
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment