Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
Mapas - ES
Commits
ece7ea8c
Commit
ece7ea8c
authored
Sep 13, 2021
by
erleibiazzio
Browse files
Corrige nome da variavel config_plugins
parent
a8f88272
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
compose/common/config.d/plugins.php
compose/common/config.d/plugins.php
+2
-2
No files found.
compose/common/config.d/plugins.php
View file @
ece7ea8c
...
...
@@ -237,7 +237,7 @@ Por este novo processamento, o sistema acusa que seu CPF é "Titular de benefíc
];
if
(
!
env
(
"MAPAS_NETWORK_ENABLED"
,
false
)){
unset
(
$config_plugin
[
'plugins'
][
'MapasNetwork'
]);
unset
(
$config_plugin
s
[
'plugins'
][
'MapasNetwork'
]);
}
return
$config_plugin
;
\ No newline at end of file
return
$config_plugins
;
\ No newline at end of file
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