Skip to content

Commit

Permalink
Using similar code as for menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Jan 18, 2016
1 parent 3f21121 commit 242a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/legacy/controller/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ public function save($key = null, $urlVar = null)
// Reset multilingual associations if necessary
if (isset($data['associations']) && array_sum($data['associations']) != 0)
{
$data['associations'] = '';
$data['associations'] = array();
}
$task = 'apply';
}
Expand Down

0 comments on commit 242a069

Please sign in to comment.