From 0f03638408d93480e8d079011f9b20b80cec95f6 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 28 Jan 2006 00:09:43 +0000 Subject: [PATCH] Bug-fix: console.editfile(), not editfile(). --- exec/str_cmds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/str_cmds.js b/exec/str_cmds.js index 96ff9e6b5a..49b52c7ca2 100644 --- a/exec/str_cmds.js +++ b/exec/str_cmds.js @@ -133,7 +133,7 @@ function str_cmds(str) if(bbs.check_syspass()) { write(bbs.text(Filename)); if((str=console.getstr("",60))!=null) { - editfile(str); + console.editfile(str); } } } -- GitLab