소스 검색

Typespecial Fix Bug in allowCreate

Piotr Labudda 11 년 전
부모
커밋
dc15cffccc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/se-lib/TypespecialVariable.php

+ 1 - 1
SE/se-lib/TypespecialVariable.php

@@ -80,7 +80,7 @@ class TypespecialVariable extends TypespecialBase {
 				//$jsonPreload = 'true';
 				break;
 			default:
-				$jsonAllowCreate = 'false';
+				$jsonPreload = 'false';
 		}
 
 		$tsValue = V::get('typespecialValue', '', $params);