Commit 75b87982 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the…

Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk.
parent 383d4699
......@@ -1785,6 +1785,9 @@ $::vars =
# UserInGroup - you probably want to cache this
'UserInGroup' => \&UserInGroup ,
# SyncAnyPendingShadowChanges - called in the footer to sync the shadowdb
'SyncAnyPendingShadowChanges' => \&SyncAnyPendingShadowChanges ,
};
1;
......@@ -24,3 +24,4 @@
</body>
</html>
[% SyncAnyPendingShadowChanges() %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment