Incorrect order of content processing during forum post portfolio export
authorDavid Mudrak <david.mudrak@gmail.com>
Thu, 11 Nov 2010 16:42:53 +0000 (16:42 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Thu, 11 Nov 2010 16:42:53 +0000 (16:42 +0000)
commit104c06ac9d2aa2a403480a078b59278a4b1d2e06
tree025d02308517609402cc04a94168677b851ffe87
parent2da70c6c30e3b38250a87c9b79deb489989abbb3
Incorrect order of content processing during forum post portfolio export

During the portfolio export, portfolio_rewrite_pluginfile_urls() must be
called before format_text(). Otherwise some filters can interfere with
internal raw record syntax. For example, the Algebra Notation uses @@
for its own purposes and it used to break @@PLUGINFILE@@ placeholder.
mod/forum/locallib.php