Forgot to actually make Kostache not extend Mustache, DOH!

This commit is contained in:
Woody Gilk 2011-02-24 18:00:13 -05:00
parent e77f6a99a2
commit 454a50e62a

View file

@ -1,6 +1,6 @@
<?php defined('SYSPATH') or die('No direct script access.');
class Kohana_Kostache extends Mustache {
class Kohana_Kostache {
const VERSION = '2.0beta1';