Skip to content
Snippets Groups Projects
Commit 0f036384 authored by rswindell's avatar rswindell
Browse files

Bug-fix: console.editfile(), not editfile().

parent 9f7c7a49
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment