Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
small bug fix in subject matters
Browse files Browse the repository at this point in the history
  • Loading branch information
novazembla committed Sep 12, 2011
1 parent 2f92366 commit 505fc6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function actionUpdate($id) {
$model->setAttributes($_POST['SubjectMatter']);
$relatedData = array(
'imageSets' => $_POST['SubjectMatter']['imageSets'] === '' ? null : $_POST['SubjectMatter']['imageSets'],
'users' => $_POST['SubjectMatter']['users'] === '' ? null : $_POST['SubjectMatter']['users'],
);

if ($model->saveWithRelated($relatedData)) {
Expand Down

0 comments on commit 505fc6d

Please sign in to comment.