Indefero

Indefero Commit Details


Date:2010-04-15 03:48:39 (14 years 8 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:73f95de84358feb58ed5c987cdba2e48420ae106
Parents: c13d1aba30d4ce6063f19d1be7aa1d84ccd45df6
Message:Fixed a stupid typo in the hook configuration check.

Changes:

File differences

src/IDF/Plugin/SyncSvn.php
3737
3838
3939
40
40
4141
4242
4343
// First check for the 3 mandatory config variables.
if (!Pluf::f('idf_plugin_syncsvn_authz_file', false) or
!Pluf::f('idf_plugin_syncsvn_passwd_file', false) or
!Pluf::f('idf_plugin_syncsvn_svn_path'. false)) {
!Pluf::f('idf_plugin_syncsvn_svn_path', false)) {
return;
}
include_once 'File/Passwd/Authdigest.php'; // $ pear install File_Passwd

Archive Download the corresponding diff file

Page rendered in 0.07229s using 13 queries.