Skip to content

Commit

Permalink
Fixed issue #8073: PHP notice on survey_logic_file after importing a …
Browse files Browse the repository at this point in the history
…question group
  • Loading branch information
c-schmitz committed Oct 22, 2013
1 parent c565699 commit 560ab22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/questiongroup.php
Expand Up @@ -74,6 +74,7 @@ function import()
$aImportResults = XMLImportGroup($sFullFilepath, $surveyid);
else
$this->getController()->error('Unknown file extension');
LimeExpressionManager::SetDirtyFlag(); // so refreshes syntax highlighting
fixLanguageConsistency($surveyid);

if (isset($aImportResults['fatalerror']))
Expand Down

0 comments on commit 560ab22

Please sign in to comment.