ソースを参照

Fix undefined `self` in the i18n example.

Justin Hileman 14 年 前
コミット
81d764580c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/i18n/I18n.php

+ 1 - 1
examples/i18n/I18n.php

@@ -6,7 +6,7 @@ class I18n extends Mustache {
     public $name = 'Bob';
 
     // Add a {{#__}} lambda for i18n
-    public $__ = array(self, '__trans');
+    public $__ = array(__CLASS__, '__trans');
 
     // A *very* small i18n dictionary :)
     private $dictionary = array(