Indefero

Indefero Commit Details


Date:2009-01-20 10:37:37 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:dev, 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:28432296bf7da18a90449c77b224aca1a87f6dc2
Parents: 5d3ce34c4bfd2b3e642230c6edc9ca305ba76d7e
Message:Fixed the bad static call.

Changes:

File differences

src/IDF/Plugin/SyncGit/Cron.php
6464
6565
6666
67
67
68
6869
6970
7071
    {
        foreach (Pluf::factory('IDF_Project')->getList() as $project) {
            $rep = sprintf(Pluf::f('git_repositories'), $project->shortname);
            IDF_Plugin_SyncGit_Serve::setGitExport($project->shortname, $rep);
            $serve = new IDF_Plugin_SyncGit_Serve();
            $serve->setGitExport($project->shortname, $rep);
        }
    }

Archive Download the corresponding diff file

Page rendered in 0.25791s using 13 queries.