|
From: <du...@us...> - 2007-10-24 16:10:49
|
Revision: 1131
http://xoops.svn.sourceforge.net/xoops/?rev=1131&view=rev
Author: dugris
Date: 2007-10-24 09:10:53 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
Fixed bug #1415777 : xml feed is not working when debug mode is activated
Modified Paths:
--------------
XoopsCore/branches/2.0.x/2.0.18/docs/changelog.txt
XoopsCore/branches/2.0.x/2.0.18/htdocs/backend.php
Modified: XoopsCore/branches/2.0.x/2.0.18/docs/changelog.txt
===================================================================
--- XoopsCore/branches/2.0.x/2.0.18/docs/changelog.txt 2007-10-24 10:16:06 UTC (rev 1130)
+++ XoopsCore/branches/2.0.x/2.0.18/docs/changelog.txt 2007-10-24 16:10:53 UTC (rev 1131)
@@ -5,6 +5,7 @@
2007/09/09: Version 2.0.18
============================
+- Fixed bug #1415777 : xml feed is not working when debug mode is activated (DuGris)
- Fixed : Do not display the comment form if the option module "Allow anonymous post in comments?" is disabled (dugris)
- Fixed bug #1808484 : Check modules permissions before displaying "Recent comments blocks" (herve/dugris)
- Fixed #1782185 : Adding new parameters (width, height, max file size) for uploading ranks (dugris)
Modified: XoopsCore/branches/2.0.x/2.0.18/htdocs/backend.php
===================================================================
--- XoopsCore/branches/2.0.x/2.0.18/htdocs/backend.php 2007-10-24 10:16:06 UTC (rev 1130)
+++ XoopsCore/branches/2.0.x/2.0.18/htdocs/backend.php 2007-10-24 16:10:53 UTC (rev 1131)
@@ -67,5 +67,6 @@
}
}
}
+$GLOBALS['xoopsLogger']->activated = false;
$tpl->display('db:system_rss.html');
?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|