summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-31 22:12:14 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-31 22:12:14 -0700
commit54ae9fac88512f1bac05a5952fca9ade2eab0898 (patch)
tree26dbe34302a7ed25f38497684f25cb3463316a5f
parentb6c99a062bbc8e4316929a73be03969d9d6cd2b2 (diff)
Remove extra blank line
-rw-r--r--modules/gallery/controllers/file_proxy.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/file_proxy.php b/modules/gallery/controllers/file_proxy.php
index 1901bd9f..dfdb4f34 100644
--- a/modules/gallery/controllers/file_proxy.php
+++ b/modules/gallery/controllers/file_proxy.php
@@ -38,7 +38,6 @@ class File_Proxy_Controller extends Controller {
// var_uri: http://example.com/gallery3/var/
$var_uri = url::file("var/");
-
// Make sure that the request is for a file inside var
$offset = strpos($request_uri, $var_uri);
if ($offset === false) {