Second pass of code review

This commit is contained in:
William MARTIN
2011-04-11 15:37:40 +02:00
parent 0bae69908b
commit dc31155de1
9 changed files with 24 additions and 73 deletions

View File

@@ -40,7 +40,7 @@ class IDF_Views_Project
$prj = $request->project;
$logo = $prj->getConf()->getVal('logo');
if(empty($logo)) {
if (empty($logo)) {
$url = Pluf::f('url_media') . '/idf/img/no_logo.png';
return new Pluf_HTTP_Response_Redirect($url);
}