Merge branch 'release/1.3' into dev

This commit is contained in:
Jeremy Bush 2010-12-09 13:07:46 -06:00
commit 31d27a3263

View file

@ -2,6 +2,8 @@
class Kohana_Kostache extends Mustache
{
const VERSION = 1.3;
protected $_partials_processed = FALSE;
/**