diff options
author | Chris Kelly <ckdake@ckdake.com> | 2009-03-06 02:22:51 +0000 |
---|---|---|
committer | Chris Kelly <ckdake@ckdake.com> | 2009-03-06 02:22:51 +0000 |
commit | 06780376876166b839047a370cf9144d06494416 (patch) | |
tree | 70450667a68cf35ac50d322be111a7868c437c30 /core | |
parent | ee1572f324262319af4e73695f1193716c625a51 (diff) |
Added json and filter as requirements
Diffstat (limited to 'core')
-rw-r--r-- | core/controllers/file_proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/file_proxy.php b/core/controllers/file_proxy.php index 3cf915a6..66ef42eb 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"); |