Преглед изворни кода

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);