diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 21:44:08 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 21:45:57 +0800 |
commit | 8189c1fc6b655907990c7f005936a4758ab7e315 (patch) | |
tree | 3a4ff598ac0763ca536c490f999808654ffe3c6f /modules/gallery/helpers/MY_url.php | |
parent | f0ea6d532cbbfd5a95e5b992bc62bb7ecb2c1c3b (diff) |
Removed extra whitespace
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/gallery/helpers/MY_url.php')
-rw-r--r-- | modules/gallery/helpers/MY_url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/MY_url.php b/modules/gallery/helpers/MY_url.php index e9a5f860..7bee70ca 100644 --- a/modules/gallery/helpers/MY_url.php +++ b/modules/gallery/helpers/MY_url.php @@ -46,7 +46,7 @@ class url extends url_Core { return; } - $item = self:: get_item_from_uri(Router::$current_uri); + $item = self::get_item_from_uri(Router::$current_uri); if ($item && $item->loaded) { Router::$controller = "{$item->type}s"; Router::$controller_path = MODPATH . "gallery/controllers/{$item->type}s.php"; |