Skip to content

Commit

Permalink
Fixes #5369
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
  • Loading branch information
Sesquipedalian committed Feb 4, 2019
1 parent 34912c8 commit 293d58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ function EditPoll2()
else
{
// Something else
logAction('editpoll', array('topic' => $topic));
logAction('edit_poll', array('topic' => $topic));
}

// Off we go.
Expand Down

0 comments on commit 293d58c

Please sign in to comment.