Prechádzať zdrojové kódy

Token verification failed in setting themes options - thanks Branko. for the report

Signed-off-by: emanuele <[email protected]>
emanuele 12 rokov pred
rodič
commit
107d22aff5
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Themes/default/Themes.template.php

+ 1 - 0
Themes/default/Themes.template.php

@@ -409,6 +409,7 @@ function template_set_options()
 					</dl>
 					<input type="submit" name="submit" value="', $txt['save'], '" class="button_submit" />
 					<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
+					<input type="hidden" name="', $context['admin-sto_token_var'], '" value="', $context['admin-sto_token'], '" />
 				</div>
 			</div>
 		</form>