#1942 - Make data_rest and file_proxy more consistent - several minor documentation/formatting changes.

No actual functionality changed here.
This commit is contained in:
shadlaws
2013-01-19 08:40:19 +01:00
parent 93afe52ae1
commit 592eff0e5a
2 changed files with 10 additions and 13 deletions
@@ -100,6 +100,9 @@ class File_Proxy_Controller extends Controller {
throw new Kohana_404_Exception();
}
// Note: this code is roughly duplicated in data_rest, so if you modify this, please look to
// see if you should make the same change there as well.
if ($type == "albums") {
$file = $item->file_path();
} else if ($type == "resizes") {