diff options
author | millette <millette@controlyourself.ca> | 2008-11-13 10:27:18 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-13 10:27:18 -0500 |
commit | 14f69f8d2efee5a927821c9a3c134cd1a682c7fe (patch) | |
tree | e49e7e12235ada8fc5285ee2d004741e722545f0 /lib | |
parent | 2a8a0c939960a93e616bad39daf4b2c0fdd5f87c (diff) |
trac31 pg support, fixing 2tu typo, set ur1.ca as default service
darcs-hash:20081113152718-099f7-42b60d02395f016c54c5f3c301f9dbe987c1283f.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 14311a71d..3b2ee9d87 100644 --- a/lib/util.php +++ b/lib/util.php @@ -770,7 +770,7 @@ function common_shorten_link($long_url) { $short_url = $short_url_service->shorten($long_url); break; - case '2tu.ru': + case '2tu.us': $short_url_service = new TightUrl; $short_url = $short_url_service->shorten($long_url); break; |