I18N/Common.php
authorbenny <benny@roojs.com>
Wed, 11 Jul 2018 09:14:32 +0000 (17:14 +0800)
committerbenny <benny@roojs.com>
Wed, 11 Jul 2018 09:14:32 +0000 (17:14 +0800)
I18N/Common.php

index 1206610..664b36b 100644 (file)
@@ -60,7 +60,9 @@ class I18N_Common extends PEAR {
      */
     function _constructor()
     {
-        $this->I18N_Common();
+        //$this->I18N_Common();
+        parent::__construct();
+        $this->_codes = array();
     }
 
     // }}}