Skip to content

Commit

Permalink
Dev: Framework framework uber alles
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 22, 2016
1 parent 68d0240 commit bdd9d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/participantsaction.php
Expand Up @@ -554,7 +554,7 @@ public function editParticipant()
$aData['blacklisted'] = 'N';
}

$extraAttributes = Yii::app()->request->getPost('Attributes') ?: array();
$extraAttributes = Yii::app()->request->getPost('Attributes', array());

switch ($operation) {
case 'edit':
Expand Down

0 comments on commit bdd9d1a

Please sign in to comment.