浏览代码

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(