Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
ac5899b4
Commit
ac5899b4
authored
Apr 30, 2013
by
metzlerd
Browse files
Fixed typo in var_set.
parent
3680783d
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.install
View file @
ac5899b4
...
...
@@ -142,7 +142,7 @@ function forena_install() {
$filters
=
filter_formats
();
// Set default input format.
if
(
isset
(
$filters
[
'full_html'
]))
{
variable_set
(
'for
n
ea_input_format'
,
'full_html'
);
variable_set
(
'fore
n
a_input_format'
,
'full_html'
);
}
require_once
'forena.admin.inc'
;
forena_sync_reports
(
TRUE
);
...
...
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