diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-26 17:07:58 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:04 +0200 |
commit | c1bc05a8605ef34c12f42d0ac14e45cca6fbace3 (patch) | |
tree | a868ade950f36eefa7d4414bb969dab86de7e84e | |
parent | 55c3fc02cfe1ce151bfb65c31ec72fc75f9d7872 (diff) | |
download | forums-c1bc05a8605ef34c12f42d0ac14e45cca6fbace3.tar forums-c1bc05a8605ef34c12f42d0ac14e45cca6fbace3.tar.gz forums-c1bc05a8605ef34c12f42d0ac14e45cca6fbace3.tar.bz2 forums-c1bc05a8605ef34c12f42d0ac14e45cca6fbace3.tar.xz forums-c1bc05a8605ef34c12f42d0ac14e45cca6fbace3.zip |
[ticket/11768] Updated s9e\TextFormatter
PHPBB3-11768
-rw-r--r-- | phpBB/composer.lock | 8 | ||||
-rw-r--r-- | phpBB/phpbb/textformatter/s9e/factory.php | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 706dd4ba63..610a2b5510 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -169,12 +169,12 @@ "source": { "type": "git", "url": "https://github.com/s9e/TextFormatter.git", - "reference": "ad4384b2c792cf55c456de018a525bbaea106fc0" + "reference": "564074d68ec4295b7b9746e5f712366af947d3d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/ad4384b2c792cf55c456de018a525bbaea106fc0", - "reference": "ad4384b2c792cf55c456de018a525bbaea106fc0", + "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/564074d68ec4295b7b9746e5f712366af947d3d7", + "reference": "564074d68ec4295b7b9746e5f712366af947d3d7", "shasum": "" }, "require": { @@ -219,7 +219,7 @@ "parser", "shortcodes" ], - "time": "2015-03-25 02:37:49" + "time": "2015-03-26 15:45:58" }, { "name": "symfony/config", diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php index bad9190973..9576abe1f0 100644 --- a/phpBB/phpbb/textformatter/s9e/factory.php +++ b/phpBB/phpbb/textformatter/s9e/factory.php @@ -14,7 +14,7 @@ namespace phpbb\textformatter\s9e; use s9e\TextFormatter\Configurator; -use s9e\TextFormatter\Configurator\Items\AttributeFilters\Regexp as RegexpFilter; +use s9e\TextFormatter\Configurator\Items\AttributeFilters\RegexpFilter; use s9e\TextFormatter\Configurator\Items\UnsafeTemplate; /** |