CMS MADE SIMPLE FORGE

CGFeedback

 

[#11384] Variabele inconsistency breaks user notification mail

avatar
Created By: Rolf (rolf1)
Date Submitted: Fri May 19 09:03:11 -0400 2017

Assigned To: Robert Campbell (calguy1000)
Version: 1.8.3
CMSMS Version: 2.1.6
Severity: Minor
Resolution: None
State: Open
Summary:
Variabele inconsistency breaks user notification mail
Detailed Description:
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 the rest of the code in the module it should be in both
cases {$origurl} without the underscore
and the smarty assign should be changed according.

Grtz. Rolf


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