Home » Internationalization » Translation2 » Bug #2891
getPageNames() returns duplicate names
Details
| Submitted | 2004-12-04 20:23 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-12-04 20:23 UTC] tobias dot eberle at gmx dot de
Description:
------------
I have only tested 'db' container.
I have one table for every language. If I call getPageNames() it returns "base, frontends_base_translation, base"
but should return "base, frontends_base_translation"
There are two languages installed. One has only "base" entries and the other one "frontends_base_translation" and "base". It seems that getPageNames() returns all page names found in every table.