Ticket #1377 (closed defect: fixed)
Notice avec /dotclear/plugins/tags/_admin.php
Reported by: | philippe | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.5.1 |
Component: | module:plugins | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description
avec la dernière nightly de la branche unstable et php 5.4, j'obtiens un avertissement dans la page d'édition des billets :
Notice: Array to string conversion in .../dotclear/plugins/tags/_admin.php on line 107
en remplaçant la ligne en question qui contient
$opts = $GLOBALS['core']->blog->url.$GLOBALS['core']->auth->getOptions();
par
$opts = $GLOBALS['core']->auth->getOptions();
ça semble résoudre le problème...
Change History
Note: See
TracTickets for help on using
tickets.
(In [c351ff3fd6fa]) Typo, fixes #1377