Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
64be1270
Commit
64be1270
authored
Oct 01, 2013
by
David Metzler
Browse files
Updated to not print reports when being included as filter.
parent
c2c191ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.module
View file @
64be1270
...
...
@@ -1186,7 +1186,7 @@ function _forena_filter_process($text='') {
$parms
=
array_merge
(
$parms
,
$in_parms
);
// Render it
$output
=
forena_report
_include
(
$report_name
,
$parms
);
$output
=
forena_report
(
$report_name
,
$parms
,
FALSE
);
// Finally replace the parameters
$find
[]
=
$match
[
0
][
$idx
];
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment