Skip to content

Commit

Permalink
Dev Fixed usage of old translation object to use global gT function.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jun 23, 2013
1 parent 66be106 commit 5fbefbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -20,7 +20,7 @@ protected function createQuestionIndex($LEMsessid, $surveyMode)
{
echo "\n\n<!-- PRESENT THE INDEX -->\n";

echo '<div id="index"><div class="container"><h2>' . $clang->gT("Question index") . '</h2>';
echo '<div id="index"><div class="container"><h2>' . gT("Question index") . '</h2>';

$stepIndex = LimeExpressionManager::GetStepIndexInfo();
$lastGseq=-1;
Expand Down

0 comments on commit 5fbefbf

Please sign in to comment.