summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 621bf9111..373572986 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -794,7 +794,8 @@ sub PutHeader {
sub PutFooter {
- print PerformSubsts(Param("footerhtml"));
+ print PerformSubsts(Param("footerhtml"));
+ SyncAnyPendingShadowChanges();
}