code style fix

This commit is contained in:
Ragazzo
2013-05-15 14:57:12 +04:00
parent ba31ee618f
commit 04563cb76a

View File

@@ -112,10 +112,10 @@ class Response extends \yii\base\Response
ob_end_clean(); ob_end_clean();
echo $content; echo $content;
exit(0); exit(0);
} } else {
else
echo $content; echo $content;
} }
}
/** /**
* Sends existing file to a browser as a download using x-sendfile. * Sends existing file to a browser as a download using x-sendfile.