Skip to content

Commit

Permalink
Missing motion
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMadejski committed Feb 23, 2015
1 parent 43c647d commit 95c3d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Senat.php
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ public function updateMeetingVotings($meetingID) {

$action = dNavigateOptional($row, 'td', 1, 'p.podpis',0);
if ($action) {
$vote_event['action'] = $action->plaintext;
$vote_event['action'] = $action = $action->plaintext;
}

// Motion (if exists)
Expand Down

0 comments on commit 95c3d29

Please sign in to comment.