mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
#1343 - Fix forum notify checkbox functionality
This commit is contained in:
@@ -504,7 +504,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
|
||||
$chk = ($pref['notify_on'] ? "checked='checked'" : '');
|
||||
}
|
||||
}
|
||||
return "<br /><input type='checkbox' name='notify' value='1' {$chk} /> <span class='defaulttext'>".LAN_FORUM_3040."</span>";
|
||||
return "<br /><input type='checkbox' name='email_notify' value='1' {$chk} /> <span class='defaulttext'>".LAN_FORUM_3040."</span>";
|
||||
}
|
||||
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user