summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-09 06:44:08 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-09 06:44:08 -0700
commit01042b6d8528a396df1cfa145a43ca589f51ec7c (patch)
tree3a4ff598ac0763ca536c490f999808654ffe3c6f
parent3b125c0cc0bfaa0b438d8af9e99f297d3e158e23 (diff)
Removed extra whitespace
-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";