|
@@ -101,7 +101,7 @@ class mshopControl extends specialControl
|
|
|
if(empty($title)) {
|
|
|
$title = $this->special_name($special_id);
|
|
|
Log::record("title={$title}",Log::DEBUG);
|
|
|
- $title = base64_encode($title);
|
|
|
+ $title = urlencode(base64_encode($title));
|
|
|
Log::record("title={$title}",Log::DEBUG);
|
|
|
}
|
|
|
$url = BASE_SITE_URL . "/mshop/special?special_id={$special_id}&is_special=true&title={$title}";
|