diff options
Diffstat (limited to 'CGI.pl')
-rw-r--r-- | CGI.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -794,7 +794,8 @@ sub PutHeader { sub PutFooter { - print PerformSubsts(Param("footerhtml")); + print PerformSubsts(Param("footerhtml")); + SyncAnyPendingShadowChanges(); } |