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
9ec5fdd8
Commit
9ec5fdd8
authored
Mar 27, 2014
by
metzlerd
Browse files
Fixing filter system not working correctly.
parent
2f129f50
Changes
1
Hide whitespace changes
Inline
Side-by-side
FrxReport.inc
View file @
9ec5fdd8
...
...
@@ -211,7 +211,7 @@ class FrxReport {
//$this->collapseParameters();
if
(
!
$this
->
parameters_form
)
$this
->
parametersForm
(
array
(
'collapsible'
=>
TRUE
,
'collapsed'
=>
$this
->
blocks_loaded
));
$this
->
html
=
$o
;
$this
->
html
=
check_markup
(
$o
,
variable_get
(
'forena_input_format'
,
filter_default_format
()))
;
// Default in dynamic title from head.
if
(
$this
->
frx_title
)
{
...
...
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