[turba] Turba on php 8 - type-o found

Brent impuser at bitrealm.com
Tue Jan 24 02:05:06 UTC 2023


In the following file:

<horde-root>/vendor/horde/core/lib/Horde/Core/Ui/VarRenderer/Html.php

Line 209 has:

 $html .= sprintf('<input class="button" name="%s" id="%S"  
type="submit" value="%s" /> ',

The upper-case "S" should be lower-case:

 $html .= sprintf('<input class="button" name="%s" id="%s"  
type="submit" value="%s" /> ',

This will fix the error you get if you try to add an image or edit an  
image for a contact in your address book.

brent


More information about the turba mailing list