Fixed the rights in the sync file.

This commit is contained in:
Loic d'Anterroches 2009-01-21 19:29:03 +01:00
parent eb90d46eb8
commit 49c8510d31

View File

@ -47,5 +47,6 @@ class IDF_Plugin_SyncGit
return; return;
} }
@touch(Pluf::f('idf_plugin_syncgit_sync_file')); @touch(Pluf::f('idf_plugin_syncgit_sync_file'));
@chmod(Pluf::f('idf_plugin_syncgit_sync_file'), 0666);
} }
} }