Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.0.4

Bug #6753 Missing method updateLang from Translation2_Admin_Decorator class
Submitted: 2006-02-11 17:04 UTC
From: indyone at gmail dot com Assigned: quipo
Status: Closed Package: Translation2 (version 2.0.0beta8)
PHP Version: 4.3.10 OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [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()

Comments

 [2006-02-11 18:07 UTC] quipo
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.