summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-09 21:44:08 +0800
committerTim Almdal <tnalmdal@shaw.ca>2009-06-09 21:45:57 +0800
commit8189c1fc6b655907990c7f005936a4758ab7e315 (patch)
tree3a4ff598ac0763ca536c490f999808654ffe3c6f
parentf0ea6d532cbbfd5a95e5b992bc62bb7ecb2c1c3b (diff)
Removed extra whitespace
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
-rw-r--r--modules/gallery/helpers/MY_url.php2
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";