diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-05 11:53:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-05 11:53:39 -0400 |
commit | e21d2cfdb5f259a07d7af0e3c7f5421315ed2710 (patch) | |
tree | 48d2b26cd7c79350afee4a8ef250de726ee754b5 /lib/router.php | |
parent | 9f6bea473e22392c575d6957f9efc62a6faf7096 (diff) | |
parent | 83adf9fa1ab9d288e86fba9907be11454c3e0e28 (diff) |
Merge branch '0.8.x' into cachenonexistent
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php index 784ea9882..50b733453 100644 --- a/lib/router.php +++ b/lib/router.php @@ -317,7 +317,7 @@ class Router $m->connect('api/friendships/:method', array('action' => 'api', 'apiaction' => 'friendships'), - array('method' => 'exists(\.(xml|json))')); + array('method' => '(show|exists)(\.(xml|json))')); // Social graph |