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

index 91bf793..1206610 100644 (file)
@@ -60,7 +60,7 @@ class I18N_Common extends PEAR {
      */
     function _constructor()
     {
-        $this::__construct();
+        $this->I18N_Common();
     }
 
     // }}}