Fixed to correctly update the git daemon export flag as needed.

This commit is contained in:
Loic d'Anterroches
2009-01-20 17:31:55 +01:00
parent 8cfc5ec026
commit 5d3ce34c4b
3 changed files with 20 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ Pluf_Signal::connect('Pluf_User::passwordUpdated',
#
# Git synchronization
Pluf_Signal::connect('IDF_Project::membershipsUpdated',
array('IDF_Plugin_SyncGit', 'entry'));
Pluf_Signal::connect('IDF_Key::postSave',
array('IDF_Plugin_SyncGit', 'entry'));