1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Merge pull request #1854 from yesszus/patch-17

Issue #6  Update forum_post.php
This commit is contained in:
Cameron
2016-09-16 18:19:33 -07:00
committed by GitHub

View File

@@ -691,7 +691,7 @@ class forum_post_handler
$text = $this->renderBreadcrumb();
$text .= e107::getMessage()->setTitle("Warning!",E_MESSAGE_ERROR)->addError("This post, and every post below it will be moved into a new thread/topic.")->render();
$text .= e107::getMessage()->setTitle(LAN_FORUM_8015,E_MESSAGE_ERROR)->addError( LAN_FORUM_8014 )->render();
$text .= "
<form class='forum-horizontal' method='post' action='".e_REQUEST_URI."'>
@@ -770,7 +770,7 @@ class forum_post_handler
if($this->data['forum_id'] == $f['forum_id'])
{
$for_name .= " (Current)";
$for_name .= LAN_FORUM_8016;
$currentName = $for_name;
continue;
}