Quellcode durchsuchen

fix 专题分享

stanley-king vor 7 Jahren
Ursprung
Commit
d62d940dc0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      mobile/control/mshop.php

+ 1 - 1
mobile/control/mshop.php

@@ -99,7 +99,7 @@ class mshopControl extends specialControl
         {
             if(empty($title)) {
                 $title = $this->special_name($special_id);
-                $title = urlencode($title);
+                $title = base64_decode($title);
             }
             $url = BASE_SITE_URL . "/mshop/special?special_id={$special_id}&is_special=true&title={$title}";
         }