https://bugzilla.wikimedia.org/show_bug.cgi?id=30854

--- Comment #12 from DaSch <[email protected]> 2011-09-11 20:18:58 UTC ---
To avoid that DatabaseLogEntry::getParameters() return a string instead of an
array I added this before the return
        if ( is_string($this->params) ) {
            $paramString = $this->params;
            $this->params = array();
            $this->params[0] = $paramString;
        }
The warning disappears but the error remains
so somehow even if the array exists how it should the target page still is not
added correctly

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to