本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
frappe
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
[hotfix] local veriable data reference before assignment fixes (
#3185
)
version-14
Makarand Bauskar
8 年之前
committed by
Rushabh Mehta
父節點
ae8aa76246
當前提交
24c13a9996
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/handler.py
+ 1
- 0
frappe/handler.py
查看文件
@@ -15,6 +15,7 @@ from werkzeug.wrappers import Response
def handle():
"""handle request"""
cmd = frappe.local.form_dict.cmd
data = None
if cmd!='login':
data = execute_cmd(cmd)
Write
Preview
Loading…
取消
儲存