-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
think-template/src/template/taglib/Cx.php
Line 676 in abfc293
| return '<?php echo url("' . $url . '","' . $vars . '",' . $suffix . ',' . $domain . ');?>'; |
会导致错误:
#0 [0]TypeError in helper.php line 501
url(): Argument #2 ($vars) must be of type array, string given, called in
应该改为:
return '<?php echo url("' . $url . '",' . $vars . ',' . $suffix . ',' . $domain . ');?>';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels