summaryrefslogtreecommitdiff
path: root/plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php')
-rw-r--r--plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php b/plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
index 928eeccc1..91861818a 100644
--- a/plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
+++ b/plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
@@ -53,7 +53,7 @@ class GNUsocialPhotosPlugin extends Plugin
function onRouterInitialized($m)
{
- $m->connect('main/photos', array('action' => 'photos'));
+ $m->connect(':nickname/photos', array('action' => 'photos'));
common_log(LOG_INFO, "init'd!");
return true;
}