From 3ad78277861d883154dd4cf443042b2769a380ef Mon Sep 17 00:00:00 2001 From: Chris Kelly Date: Fri, 6 Mar 2009 02:36:04 +0000 Subject: oops. fix accidental style change that slipped into last commit --- core/controllers/file_proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers/file_proxy.php') diff --git a/core/controllers/file_proxy.php b/core/controllers/file_proxy.php index 66ef42eb..3cf915a6 100644 --- a/core/controllers/file_proxy.php +++ b/core/controllers/file_proxy.php @@ -27,7 +27,7 @@ * input is sanitized against the database before we perform any file I/O. */ class File_Proxy_Controller extends Controller { - public function __call($function, $args) { + public function __call($function, $args) { // request_uri: http://example.com/gallery3/var/trunk/albums/foo/bar.jpg $request_uri = $this->input->server("REQUEST_URI"); -- cgit v1.2.3