mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixes #194 In MarkupManager filters and functions are backwards
This commit is contained in:
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';
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user