-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report

Description
The comment here
https://github.com/magento/magento2/blob/develop/app/code/Magento/Email/Model/Template/Filter.php#L171 states
Doesn't set anything intentionally
vs the actual code
public function setUseSessionInUrl($flag)
{
$this->_useSessionInUrl = $flag;
return $this;
}
so either the comment needs to be corrected or $this->_useSessionInUrl = $flag;
removed.
Metadata
Metadata
Assignees
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report