]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Some fixes to templates.php.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 810c96311491e4b8e84df260551b88a64c01779f..9488b5cce24bcb180d0562ce6a2a256ee2459183 100644 (file)
@@ -60,8 +60,8 @@ class CheckboxGroup extends FormElement {
        
        function localize() {
           global $i18n;
-          $this->lSelAll = $i18n->getKey('label.select_all');
-          $this->lSelNone = $i18n->getKey('label.select_none');
+          $this->lSelAll = $i18n->get('label.select_all');
+          $this->lSelNone = $i18n->get('label.select_none');
        }
                
        function getHtml() {