* adjust for check custom pri.

This commit is contained in:
wangyidong
2018-01-30 09:57:56 +08:00
parent b557f3896d
commit 95db27aa7b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
$hasCustomPri = false;
foreach($lang->task->priList as $priKey => $priValue)
{
if($priKey != $priValue)
if($priKey != $priValue or strlen($priKey) != strlen($priValue))
{
$hasCustomPri = true;
break;