Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098937
D6.id70.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
Thu, Aug 14, 7:36 AM
Size
466 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 7:36 AM (1 h, 22 m)
Engine
blob
Format
Raw Data
Handle
711513
Attached To
D6: MINB-22 - Fix notice during Poll voating
D6.id70.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