Home » Internationalization » Translation2 » Bug #3272
Translation2::get() has unused parameter defaulttext
Details
| Submitted | 2005-01-23 14:51 UTC |
|---|---|
| From | tobias dot eberle at gmx dot de |
| Assigned | quipo |
| Status | Closed |
| Package | Translation2 |
| PHP Version | 4.3.10 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2005-01-23 14:51 UTC] tobias dot eberle at gmx dot de
Description:
------------
The method get() of Translation2 class has an unused parameter $defaulttext.
If I call get() with not existing page id / string id I get NULL, which is not expected.
I have another question: Is the "error_text" column in available languages table really used?