正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -11,7 +11,7 @@ class Resource | @@ -11,7 +11,7 @@ class Resource | ||
11 | */ | 11 | */ |
12 | public static function StudyBar($res){ | 12 | public static function StudyBar($res){ |
13 | $generate = Generate::bar(); | 13 | $generate = Generate::bar(); |
14 | - $file_path = $generate->create($res,false,true); | 14 | + $file_path = $generate->create($res,true,true); |
15 | $file_path = substr($file_path,strripos($file_path,"public")+6); | 15 | $file_path = substr($file_path,strripos($file_path,"public")+6); |
16 | return $file_path; | 16 | return $file_path; |
17 | } | 17 | } |
-
请 注册 或 登录 后发表评论