only shorten >

darcs-hash:20081125010332-099f7-f851f7c6217a1a2c65cd0f8ca28a9b6eb8c19764.gz
This commit is contained in:
millette 2008-11-24 20:03:32 -05:00
parent a5d0b0ff81
commit 15f780a535
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class ShortUrlApi {
}
private function is_long($url) {
return strlen($url) > 20;
return strlen($url) >= 30;
}
protected function http_post($data) {