mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Tweaked and tested single shortcodes. Added batch shortcode files fpw_shortcodes and search_shortcodes. {SEARCH} shortcode template was updated to v2 standards.
This commit is contained in:
@@ -298,7 +298,7 @@ class comment
|
||||
|
||||
$text .= "
|
||||
<input type='hidden' name='subject' value='".$tp->toForm($subject)."' />
|
||||
<input type='hidden' name='e-token' value='".e_TOKEN."' />
|
||||
<input type='hidden' name='e-token' value='".defset('e_TOKEN','')."' />
|
||||
<input type='hidden' name='table' value='".$table."' />
|
||||
<input type='hidden' name='itemid' value='".$itemid."' />
|
||||
|
||||
|
Reference in New Issue
Block a user