Content deleted Content added
should have read my own error |
OK, there was more than one error ... time to sort back through again :( |
||
Line 9:
local rname=args[1] or pargs[1] or ""
if redirect=="" then return "" end
local rpage=mw.title.new(
local err=""
if rpage then -- avoid possibly expensive FileExists if we don't have anything
|