Hi,
ecocode schrieb:
> I'm new to phpWiki. I just installed it, but I can't get rid of these
> notices which appear on every page... The wiki seems to work however.
> (I've installed version 1.3.12p3)
>
> This is the notice :
>
> lib/pear/DB/common.php:1295: Notice: Only variable references should be
> returned by reference
Yes, please this file at line 1295: (untested)
=> return &$row;
This is unfortunately an external library, not our code.
I'll update it for the next release.
|