Skip to content

Commit

Permalink
Dev Fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 9, 2016
1 parent 9dd7805 commit d8bc7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/participantsaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function _renderWrappedTemplate($sAction = 'participants', $aViewUrls
else
{
// Complete madness
throw new \InvalidArgumentException(gT("aViewUrls must be either string or array"));
throw new \InvalidArgumentException("aViewUrls must be either string or array");
}

parent::_renderWrappedTemplate($sAction, $aViewUrls, $aData);
Expand Down

0 comments on commit d8bc7ff

Please sign in to comment.