srchub

srchub Commit Details


Date:2014-12-20 11:05:33 (10 years 4 months ago)
Author:Natalie Adams
Branch:master
Commit:5b2937151c687dccd3dc09a6aca3345259afef80
Parents: 3c0bc86780ff95d7f93a906c0d9e5cfe0d80e59d
Message:Fixing issue 70

Changes:

File differences

indefero/src/IDF/Views/Project.php
4141
4242
4343
44
45
44
45
46
47
4648
4749
4850
        $logo = $prj->getConf()->getVal('logo');
        if (empty($logo)) {
            $url = Pluf::f('url_media') . '/idf/img/no_logo.png';
            return new Pluf_HTTP_Response_Redirect($url);
            $file = "./media/idf/img/no_logo.png";
            $info = IDF_FileUtil::getMimeType($file);
            return new Pluf_HTTP_Response_File($file,
                $info[0]);
        }
        $info = IDF_FileUtil::getMimeType($logo);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.09904s using 20 queries.