Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1172986
D6.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Sep 30, 8:35 AM
Size
466 B
Mime Type
text/x-diff
Expires
Wed, Oct 1, 8:35 AM (16 h, 47 m)
Engine
blob
Format
Raw Data
Handle
760233
Attached To
D6: MINB-22 - Fix notice during Poll voating
D6.diff
View Options
Index: branches/5.2.x/units/polls/poll_eh.php
===================================================================
--- branches/5.2.x/units/polls/poll_eh.php
+++ branches/5.2.x/units/polls/poll_eh.php
@@ -106,7 +106,7 @@
*/
function OnMakeVote($event)
{
- $object = $event->getObject($this->Application->GetVar('poll_id'));
+ $object = $event->getObject();
/* @var $object kDBItem */
$poll_answer_id = $this->Application->GetVar('option_id');
Event Timeline
Log In to Comment