mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 20:44:48 +02:00
Fix for legacy rss feed url and news post 'visibility' form element.
This commit is contained in:
@@ -94,7 +94,7 @@ class e107TinyMceParser
|
||||
|
||||
if(!empty($content) && E107_DEBUG_LEVEL > 0)
|
||||
{
|
||||
$content = "-- DEBUG MODE ACTIVE -- \n".$content;
|
||||
// $content = "-- DEBUG MODE ACTIVE -- \n".$content;
|
||||
// echo htmlentities($content)."\n";
|
||||
// echo "<pre>".$content."</pre>";
|
||||
$text = $content;
|
||||
|
Reference in New Issue
Block a user