]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
rudementary photo albums. going to /username/photos displays all the images username...
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / GNUsocialPhotosPlugin.php
index 928eeccc1c33b38ae0d942af900ccc61299af2c5..91861818a1534686339438704bd7819706f9c4a4 100644 (file)
@@ -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;
     }