diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-12-06 07:03:35 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-06 07:03:35 +0100 |
| commit | 186384e514d85a9603be7178a8d82d55fd4925aa (patch) | |
| tree | ad1446a07c3a89cb4ce2ef5d5de1ce8ecdd73eef /phpBB/phpbb/textformatter/s9e/factory.php | |
| parent | f9a364074d707b08bec00a7e25408d3a1094ec10 (diff) | |
| parent | 41918b8afa031806b36dd20b6ee44a915033b8df (diff) | |
| download | forums-186384e514d85a9603be7178a8d82d55fd4925aa.tar forums-186384e514d85a9603be7178a8d82d55fd4925aa.tar.gz forums-186384e514d85a9603be7178a8d82d55fd4925aa.tar.bz2 forums-186384e514d85a9603be7178a8d82d55fd4925aa.tar.xz forums-186384e514d85a9603be7178a8d82d55fd4925aa.zip | |
Merge branch '3.2.x' into 3.3.x
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} |
