Removing variableSubstitution broke passing magic variables as template
authorWil Mahan <wmahan@users.mediawiki.org>
Tue, 21 Sep 2004 23:30:46 +0000 (23:30 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Tue, 21 Sep 2004 23:30:46 +0000 (23:30 +0000)
commit16fa7c34619a06d05065f0e02928bca94a04ad09
treeb6b0c2f252002fa55eb72664f784426e0809d4b5
parentd2ff5b147b8e85b10f8b9b9288845c56b333b6d1
Removing variableSubstitution broke passing magic variables as template
parameters, so restore it. Instead, remove magic variable substitution
from braceSubstitution(), and modify variableSubstitution to handle magic
variables prefixed by SUBST in the pre-save transform.
includes/Parser.php