Kaynağa Gözat

Typespecial Fix Bug in allowCreate

Piotr Labudda 11 yıl önce
ebeveyn
işleme
dc15cffccc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);