1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

leftover debug

This commit is contained in:
secretr 2011-04-21 13:21:13 +00:00
parent ec1eeac94d
commit ea06f9a446

View File

@ -126,7 +126,6 @@ class plugin_forum_post_shortcodes extends e_shortcode
function sc_postthreadas()
{
global $action, $thread_info;
e_dump(MODERATOR);
if (MODERATOR && $action == "nt")
{
$thread_sticky = (isset($_POST['threadtype']) ? $_POST['threadtype'] : $thread_info['head']['thread_sticky']);