On Wed, 10 Oct 2012 02:57:40 -0700, <[email protected]> wrote:
It turns out the ($sktemplate,$links) which worked a month ago, now needs to be (&$sktemplate,&$links)!
You shouldn't need the & on $sktemplate. But obviously $links needs a &. This should have never worked in the first place without that. How do you expect to modify the links when you're dealing with a copy?
-- ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
