Home » Internationalization » Translation2 » Bug #2498
Translation2::setLang() misses errorhandling
Details
| Submitted | 2004-10-11 10:53 UTC |
|---|---|
| From | tobias dot eberle at gmx dot de |
| Assigned | quipo |
| Status | Closed |
| Package | Translation2 |
| PHP Version | 4.3.9 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2004-10-11 10:53 UTC] tobias dot eberle at gmx dot de
Description:
------------
Hallo,
Passing a not existing language to Translation2::setLang() results in a notice:
Notice: Undefined index: de in /usr/share/php/Translation2/Container.php on line 97
Notice: Undefined index: de in /usr/share/php/Translation2/Container.php on line 98
I think it's better setLang() would return a PEAR::Error
I used translation2 2.0.0-beta2
Bye, Tobias