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