Pārlūkot izejas kodu

Typespecial Fix Bug in allowCreate

Piotr Labudda 11 gadi atpakaļ
vecāks
revīzija
dc15cffccc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);