]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/urlmapper.php
Merge branch 'cas-user-whitelist' into 'nightly'
[quix0rs-gnu-social.git] / lib / urlmapper.php
index ae31147203320251e61572afe1fcdd84fab214fe..931b5c3c2a1cf554a5f35ac7229d7e2fa59a0c82 100644 (file)
@@ -66,7 +66,7 @@ class URLMapper
             throw new Exception(sprintf("Can't connect %s; path has no action.", $path));
         }
 
-        $allpaths[] = $path;
+        $this->allpaths[] = $path;
 
         $action = $args[self::ACTION];