1
0
mirror of https://github.com/wintercms/winter.git synced 2024-06-28 05:33:29 +02:00

Fixes In MarkupManager filters and functions are backwards

This commit is contained in:
Sam Georges 2014-05-22 07:57:36 +10:00
parent ab2ea0a240
commit d0a1cc87fb

@ -12,8 +12,8 @@ class MarkupManager
{
use \October\Rain\Support\Traits\Singleton;
const EXTENSION_FILTER = 'functions';
const EXTENSION_FUNCTION = 'filters';
const EXTENSION_FILTER = 'filters';
const EXTENSION_FUNCTION = 'functions';
const EXTENSION_TOKEN_PARSER = 'tokens';
/**