taxonomy create/edit redirect

This commit is contained in:
xiaomlove
2022-11-09 21:56:03 +08:00
parent b92b911b1e
commit 6479f0a799
17 changed files with 105 additions and 20 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ elseif ($CURUSER['notifs']){
$special_state = 5;
elseif (strpos($CURUSER['notifs'], "[spstate=6]") !== false)
$special_state = 6;
elseif (strpos($CURUSER['notifs'], "[spstate=6]") !== false)
elseif (strpos($CURUSER['notifs'], "[spstate=7]") !== false)
$special_state = 7;
}