Skip to content

Commit

Permalink
Fixed issue: Problem on database upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 8, 2012
1 parent bebd197 commit 3241ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ function upgradeTables143()
$aInsert['question_order']=$lrow['sortorder'];
$aInsert['language']=$lrow['language'];
$aInsert['scale_id']=1;
$iLastInsertID=Question::model()->insertRecords($aInsert);
$iLastInsertID=Questions::model()->insertRecords($aInsert);

if (isset($aInsert['qid']))
{
Expand Down

0 comments on commit 3241ec1

Please sign in to comment.