Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726871
D185.id.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
Mon, Jan 6, 2:11 AM
Size
439 B
Mime Type
text/x-diff
Expires
Tue, Jan 7, 2:11 AM (2 d, 12 h ago)
Engine
blob
Format
Raw Data
Handle
536816
Attached To
D185: MINC-139 - Remove product object after Shopping Cart printing
D185.id.diff
View Options
Index: branches/5.2.x/units/order_items/order_items_tag_processor.php
===================================================================
--- branches/5.2.x/units/order_items/order_items_tag_processor.php
+++ branches/5.2.x/units/order_items/order_items_tag_processor.php
@@ -255,6 +255,9 @@
if ( $product_id ) {
$product_object->Load($product_id);
}
+ else {
+ $this->Application->removeObject('p');
+ }
return $o;
}
Event Timeline
Log In to Comment