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

--- Comment #20 from DaSch <da...@daschmedia.de> 2011-09-13 06:58:00 UTC ---
Therfore I added this
(In reply to comment #12)
> 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

There can not be an array returend because the blob in the database is only a
string

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to