[pmwiki-users] warnings generated by FixFlow skin
Piotr Dybczyński
piotr at dybczynski.pl
Sun Sep 14 00:55:46 PDT 2025
No, this does not help. The same warning.
I suspect that referring $opt['target'] without 'target' definition is
the reason, but I am not sure and do not know how to fix it.
Piotr
--
/***********************************************************************
dr Piotr A. Dybczyński
homepage: https://www.dybczynski.pl/Piotr
e-mail: piotr at dybczynski.pl
*****************************************************************PAD***/
W dniu 12.09.2025 o 19:20, Gregor Klarič pisze:
> You can try and change this line
>
> if(isset($opt['target'])) $target = MakePageName($pagename,
> $opt['target']);
>
> to
>
> if (!empty($opt['target'])) $target = MakePageName($pagename,
> $opt['target']);
>
> and see if this gets rid of the warning.
More information about the pmwiki-users
mailing list