Revision: 12518
http://sourceforge.net/p/xoops/svn/12518
Author: rgriffith
Date: 2014-05-02 03:24:32 +0000 (Fri, 02 May 2014)
Log Message:
-----------
Correct file name issue as reported by AngeloRocha ans Zyspec.
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/include/comment_post.php
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/include/comment_post.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/include/comment_post.php 2014-05-01 16:22:45 UTC (rev 12517)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/include/comment_post.php 2014-05-02 03:24:32 UTC (rev 12518)
@@ -462,7 +462,7 @@
if (!isset($purge_comment_post_results)) {
include_once $GLOBALS['xoops']->path('header.php');
xoops_error($comment->getHtmlErrors());
- include_once $GLOBALS['xoops']->path('footer');
+ include_once $GLOBALS['xoops']->path('footer.php');
} else {
$comment_post_results = $comment->getErrors();
}
|