[#11384] Variabele inconsistency breaks user notification mail
History
Updates
Updated: 2017-05-19 09:08
description: Default User notification template contains {$origurl} variabele
Default Admin notification template contains {$orig_url} variabele
class cgfb_comment_notifier line 20 contains only: $smarty->assign('orig_url',$comment->origurl);
To be consisten => Default User notification template uses {$origurl} variabele
Default Admin notification template uses {$orig_url} variabele
class cgfb_comment_notifier line 20 only contains: $smarty->assign('orig_url',$comment->origurl);
To be consistent with t
resolution_id: => 5