瀏覽代碼

post

master
jfinn 5 天之前
父節點
當前提交
1db67f5ed9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py 查看文件

@@ -75,7 +75,7 @@ class CreatePostView(CreateView):  # new
75 75
 
76 76
 def fn_vpx(request,*a,**kw):
77 77
 
78
-	if (gmod.glob.has("fnx")):
78
+	if (gmod.glob.get("fnx")):
79 79
 		gmod.glob.fnx(request)
80 80
 
81 81
 	p("\n")

Loading…
取消
儲存