largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0008437 [phplist] Configuration minor always 05-11-06 13:09 18-02-08 14:06
Reporter christianh View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.2
Summary 0008437: Deleting attributes dependant form selected language
Description It is really strange, but deleting an attribute is not possible when selecting german. With any other language it is no problem. Any idea? Is it fixed with 2.10.3, so I will ask my provider to update phplist?
Additional Information
Tags No tags attached.
Attached Files

- Relationships
related to 0003721closed phplist 2.10.x 

-  Notes
(0021410)
mindw0rm (reporter)
26-11-06 17:11

This is not fixed in 2.10.3.

After some debugging, I found the problem:
in commonlib/pages/attributes.php, lines 134 / 157,
$_POST["tagaction"] is compared with $GLOBALS['I18N']->get('delete') / $GLOBALS['I18N']->get('merge').
tagaction is eg "Markierte Atribute löschen", while the compare value is "Markierte Atribute löschen".
I solved the problem by replacing
  $_POST["tagaction"]
with
  htmlentities($_POST["tagaction"])


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker