Skip to content

Commit

Permalink
Dev: Fixed : unable to use abbreviated heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 28, 2014
1 parent 83e4c97 commit d89df5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/export/Writer.php
Expand Up @@ -44,7 +44,7 @@ public function init(SurveyObj $oSurvey, $sLanguageCode, FormattingOptions $oOpt
* @param string $fieldName
* @return string
*/
public function getAbbreviatedHeading(SurveyObj $oSurvey, $fieldName)
public function getAbbreviatedHeading(SurveyObj $oSurvey, FormattingOptions $oOptions, $fieldName)
{
$oOptions->headingTextLength=((int)$oOptions->headingTextLength)?(int)$oOptions->headingTextLength:15;
return $this->getHeadingText($oSurvey, $oOptions, $fieldName);
Expand Down

0 comments on commit d89df5a

Please sign in to comment.