Skip to content

Commit

Permalink
fix broken twitter app
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Aug 4, 2009
1 parent 22785ea commit a246084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/boot.php
Expand Up @@ -387,7 +387,7 @@
$request->domain = $subdomain.".".$rest;
$pretty_url_base = $request->base;
$stream = $subdomain;
} elseif (strpos($request->uri, 'twitter/')) {
} elseif (!strpos($request->uri, 'ak_twitter/') && strpos($request->uri, 'twitter/')) {
$pattern='/(\?)?twitter\/([a-z]+)(\/?)/';
if ( 1 <= preg_match_all( $pattern, $request->uri, $found )) {
$uri = $request->uri;
Expand Down

0 comments on commit a246084

Please sign in to comment.