Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk.
git-svn-id: svn://10.0.0.236/trunk@119853 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6a763e1c48
commit
5b2b627018
@ -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() %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user