mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 12:05:23 +01:00
leftover debug
This commit is contained in:
parent
ec1eeac94d
commit
ea06f9a446
@ -126,7 +126,6 @@ class plugin_forum_post_shortcodes extends e_shortcode
|
|||||||
function sc_postthreadas()
|
function sc_postthreadas()
|
||||||
{
|
{
|
||||||
global $action, $thread_info;
|
global $action, $thread_info;
|
||||||
e_dump(MODERATOR);
|
|
||||||
if (MODERATOR && $action == "nt")
|
if (MODERATOR && $action == "nt")
|
||||||
{
|
{
|
||||||
$thread_sticky = (isset($_POST['threadtype']) ? $_POST['threadtype'] : $thread_info['head']['thread_sticky']);
|
$thread_sticky = (isset($_POST['threadtype']) ? $_POST['threadtype'] : $thread_info['head']['thread_sticky']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user