From d8bc7ff302b4bfdcc7d4d9bfccbe9dbd699397a4 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 9 Mar 2016 12:39:20 +0100 Subject: [PATCH] Dev Fixed text --- application/controllers/admin/participantsaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/admin/participantsaction.php b/application/controllers/admin/participantsaction.php index c60900f7b25..625857c7617 100644 --- a/application/controllers/admin/participantsaction.php +++ b/application/controllers/admin/participantsaction.php @@ -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);