Closed (fixed)
Project:
Wikitools
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jul 2009 at 13:43 UTC
Updated:
25 Mar 2011 at 21:51 UTC
I'm getting the errors such as the following:
Invalid argument supplied for foreach() in .../includes/common.inc on line 851.
strtr(): The second argument is not an array in .../includes/common.inc on line 866.
It looks like t() is being called without an array as the second parameter. I've attached a patch for this.
| Comment | File | Size | Author |
|---|---|---|---|
| wikitools-t.patch | 1.17 KB | smokris |
Comments
Comment #1
mehmeta commentedComment #2
dr00b commentedThank you, your patch seems to have worked perfectly for me.
Comment #3
kenmclean commentedThis patch works perfectly.
Comment #4
jpmckinney commentedFixed by #436640: page not found causes "invalid argument" error.