@@ -92,6 +92,7 @@ class mshopControl extends specialControl
{
$special_id = intval($_GET['special_id']);
$title = $_GET['title'];
+ Log::record("title={$title}",Log::DEBUG);
if($special_id <= 0) {
$url = BASE_SITE_UdRL . "/mshop";
}