1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Remove LANs from debug info.

This commit is contained in:
Cameron
2017-01-14 13:38:05 -08:00
parent e176d560bb
commit c4874a3fda
3 changed files with 4 additions and 4 deletions

View File

@@ -917,7 +917,7 @@ if (!class_exists('e107table', false))
public $frontend = null;
private $uniqueId = null;
private $content = array();
private $contentTypes = array('header','footer','text','title','image');
private $contentTypes = array('header','footer','text','title','image', 'list');
function __construct()

View File

@@ -2347,8 +2347,8 @@ class themeHandler
if($core->save())
{
$mes->addDebug(MENLAN_31.": ".$deflayout);
$mes->addDebug(MENLAN_56.": ".print_a($customPages,true));
$mes->addDebug("Default Layout: ".$deflayout);
$mes->addDebug("Custom Pages: ".print_a($customPages,true));
$med = e107::getMedia();
$med->import('_common_image', e_THEME.$name, "^.*?logo.*?(\.png|\.jpeg|\.jpg|\.JPG|\.GIF|\.PNG)$");