Home » Internationalization » Translation2 » Bug #6753
Missing method updateLang from Translation2_Admin_Decorator class
Details
| Submitted | 2006-02-11 17:04 UTC |
|---|---|
| From | indyone at gmail dot com |
| Assigned | quipo |
| Status | Closed |
| Package | Translation2 |
| PHP Version | 4.3.10 |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-02-11 17:04 UTC] indyone at gmail dot com
Description:
------------
The class Translation2_Admin_Decorator should have the method updateLang for updating a language's data.
Test script:
---------------
// ....
$tr = new Translation2_Admin('DB', $db_options);
$tr &= $tr->getAdminDecorator('autoAdd');
// ....
$tr->updateLang($language_data);
Actual result:
--------------
Simple as this:
Call to undefined function: updatelang()