From 03b85248e6c7fb89f86cb98c839ab86f6162b657 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 18:38:26 +0300 Subject: move some dialogs to xhr loading --- classes/pref/labels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/pref/labels.php') diff --git a/classes/pref/labels.php b/classes/pref/labels.php index a7869c379..a787ce388 100644 --- a/classes/pref/labels.php +++ b/classes/pref/labels.php @@ -2,7 +2,7 @@ class Pref_Labels extends Handler_Protected { function csrf_ignore($method) { - $csrf_ignored = array("index", "getlabeltree", "edit"); + $csrf_ignored = array("index", "getlabeltree"); return array_search($method, $csrf_ignored) !== false; } -- cgit v1.2.3-54-g00ecf