Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1050708
D195.id1112.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, Jul 3, 9:25 AM
Size
617 B
Mime Type
text/x-diff
Expires
Fri, Jul 4, 9:25 AM (14 m, 43 s)
Engine
blob
Format
Raw Data
Handle
678909
Attached To
D195: MINC-144 - Don't use Web Request, when building product "add to cart" link
D195.id1112.diff
View Options
Index: branches/5.2.x/units/products/products_tag_processor.php
===================================================================
--- branches/5.2.x/units/products/products_tag_processor.php
+++ branches/5.2.x/units/products/products_tag_processor.php
@@ -297,7 +297,8 @@
$link_params = Array('m_cat_id' => $object->GetDBField('CategoryId'), 'pass' => 'm,p,ord', 'ord_event' => 'OnAddToCart');
}
- $this->Application->SetVar('p_id', $this->Application->GetVar($this->getPrefixSpecial().'_id'));
+ $link_params['p_id'] = $object->GetID();
+
return $this->Application->HREF($t, '', $link_params);
}
Event Timeline
Log In to Comment