no message
This commit is contained in:
parent
4cb5f0c052
commit
0a14b576a4
@ -495,10 +495,10 @@ final class HookController
|
||||
if (strpos($sText, '/duckOption') === 0 || strpos($sText, '\/duckOption') === 0) {
|
||||
|
||||
list($sCmd, $sSet) = explode(" ", $sText, 2);
|
||||
list(, $sField, $sCode) = explode("|", $sCmd, 3);
|
||||
list(, $sField, $sCode) = explode("#", $sCmd, 3);
|
||||
|
||||
if ($sSet) {
|
||||
@list($iWidth, $sWidthType) = explode("#", $sSet, 2);
|
||||
@list($iWidth, $sWidthType) = explode("|", $sSet, 2);
|
||||
} else {
|
||||
$sMsg = "没有参数";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user