From 82e268400401f6a42ae869471b5a9b2b3b502959 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 13 Jul 2009 16:11:20 +0200 Subject: [PATCH] Fixed to match with the name of configuration setting. --- src/IDF/Plugin/SyncGit/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Plugin/SyncGit/Cron.php b/src/IDF/Plugin/SyncGit/Cron.php index e54552a..f8fe730 100644 --- a/src/IDF/Plugin/SyncGit/Cron.php +++ b/src/IDF/Plugin/SyncGit/Cron.php @@ -40,7 +40,7 @@ class IDF_Plugin_SyncGit_Cron $cmd = Pluf::f('idf_plugin_syncgit_path_gitserve', '/dev/null'); $authorized_keys = Pluf::f('idf_plugin_syncgit_path_authorized_keys', false); if (false == $authorized_keys) { - throw new Pluf_Exception_SettingError('Setting git_path_authorized_keys not set.'); + throw new Pluf_Exception_SettingError('Setting idf_plugin_syncgit_path_authorized_keys not set.'); } if (!is_writable($authorized_keys)) { throw new Exception('Cannot create file: '.$authorized_keys);