Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847773
D185.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
Sat, Apr 19, 5:39 PM
Size
439 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 5:39 PM (15 m, 11 s)
Engine
blob
Format
Raw Data
Handle
602565
Attached To
D185: MINC-139 - Remove product object after Shopping Cart printing
D185.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