Fixed the rights in the sync file.

dev
Loic d'Anterroches 2009-01-21 19:29:03 +01:00
parent eb90d46eb8
commit 49c8510d31
1 changed files with 1 additions and 0 deletions

View File

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