liquid_feedback_frontend
diff env/format/wiki_text.lua @ 728:f49cdfb72567
Migration of extos calls from os.* to extos.* comleted
author | bsw |
---|---|
date | Thu Jun 28 16:31:02 2012 +0200 (2012-06-28) |
parents | 80c215dbf076 |
children | 701a5cf6b067 |
line diff
1.1 --- a/env/format/wiki_text.lua Thu Jun 28 16:16:02 2012 +0200 1.2 +++ b/env/format/wiki_text.lua Thu Jun 28 16:31:02 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 function format.wiki_text(wiki_text, formatting_engine) 1.5 local formatting_engine = formatting_engine or "rocketwiki" 1.6 local html, errmsg, exitcode = assert( 1.7 - os.pfilter(wiki_text, config.formatting_engine_executeables[formatting_engine]) 1.8 + extos.pfilter(wiki_text, config.formatting_engine_executeables[formatting_engine]) 1.9 ) 1.10 if exitcode > 0 then 1.11 error("Wiki parser process returned with error code " .. tostring(exitcode))