Просмотр исходного кода

Typespecial Fix Bug in allowCreate

Piotr Labudda 11 лет назад
Родитель
Сommit
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';
 				//$jsonPreload = 'true';
 				break;
 				break;
 			default:
 			default:
-				$jsonAllowCreate = 'false';
+				$jsonPreload = 'false';
 		}
 		}
 
 
 		$tsValue = V::get('typespecialValue', '', $params);
 		$tsValue = V::get('typespecialValue', '', $params);