Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SondagesPro-LimeSurvey-plugin
recomputeExpression
Commits
256c0668
Commit
256c0668
authored
Dec 18, 2013
by
Denis Chenu
Browse files
Fix : error if there are no submitted response
parent
0fe049cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
recomputeExpression.php
View file @
256c0668
...
...
@@ -269,6 +269,7 @@
}
private
function
displayJson
()
{
Yii
::
import
(
'application.helpers.viewHelper'
);
viewHelper
::
disableHtmlLogging
();
header
(
'Content-type: application/json'
);
echo
json_encode
(
array
(
...
...
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