Bläddra i källkod

Typespecial Fix Bug in allowCreate

Piotr Labudda 11 år sedan
förälder
incheckning
dc15cffccc
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);