Skip to content

Commit

Permalink
Dev: 93f50c2 child
Browse files Browse the repository at this point in the history
Dev: Thank you scrutinizer
  • Loading branch information
Shnoulle committed Aug 29, 2015
1 parent abaced6 commit 60b2897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -1926,7 +1926,7 @@ function checkCompletedQuota($surveyid,$return=false)
$aPostedFields = explode("|",Yii::app()->request->getPost('fieldnames','')); // Needed for quota allowing update
foreach ($aQuotasInfo as $aQuotaInfo)
{
if(count($aQuotaInfo['members'])===0))
if(count($aQuotaInfo['members'])===0)
continue;
$iMatchedAnswers=0;
$bPostedField=false;
Expand Down

0 comments on commit 60b2897

Please sign in to comment.