diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-12-06 07:03:30 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-06 07:03:30 +0100 |
| commit | 41918b8afa031806b36dd20b6ee44a915033b8df (patch) | |
| tree | 875f3860d397ddae4bb37b871ec2bd4e4c73a2a9 /phpBB/phpbb/textformatter/s9e/factory.php | |
| parent | 3002cee42a922c0c90788aa9a8da5ad274773b6a (diff) | |
| parent | e6c45623eaa5023d6372303158aa976a7e945626 (diff) | |
| download | forums-41918b8afa031806b36dd20b6ee44a915033b8df.tar forums-41918b8afa031806b36dd20b6ee44a915033b8df.tar.gz forums-41918b8afa031806b36dd20b6ee44a915033b8df.tar.bz2 forums-41918b8afa031806b36dd20b6ee44a915033b8df.tar.xz forums-41918b8afa031806b36dd20b6ee44a915033b8df.zip | |
Merge pull request #5768 from 3D-I/ticket/16247
[ticket/16247] Quote PM has no identifier
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/factory.php')
| -rw-r--r-- | phpBB/phpbb/textformatter/s9e/factory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php index dca1c78d40..f82c7b0771 100644 --- a/phpBB/phpbb/textformatter/s9e/factory.php +++ b/phpBB/phpbb/textformatter/s9e/factory.php @@ -89,6 +89,8 @@ class factory implements \phpbb\textformatter\cache_interface author={TEXT1;optional} post_id={UINT;optional} post_url={URL;optional;postFilter=#false} + msg_id={UINT;optional} + msg_url={URL;optional;postFilter=#false} profile_url={URL;optional;postFilter=#false} time={UINT;optional} url={URL;optional} |
