Skip to content

Commit

Permalink
Dev: syntax error, silly … validate before send :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Apr 11, 2018
1 parent 1b3af1d commit 703b8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
'globals' => array(
'html' => 'CHtml'
),
'functions' => array(
'getLanguageData' => 'viewHelper::getLanguageData',
'array_flip' => 'array_flip',
'array_intersect_key' => 'array_intersect_key',
Expand Down Expand Up @@ -331,7 +332,7 @@
'getExpressionManagerOutput',
'getTextDisplayWidget',

'getLanguageNameFromCode'
'getLanguageNameFromCode',
'getAllQuestionClasses',
'checkPermission',
'intval',
Expand All @@ -358,7 +359,6 @@
'dump',
),
),

),
)
);
Expand Down

0 comments on commit 703b8db

Please sign in to comment.