]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Code cleaning, remove 'TEST' tags.
authorJean Baptiste Favre <statusnet@jbfavre.org>
Thu, 6 Sep 2012 15:16:30 +0000 (11:16 -0400)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Sat, 15 Jun 2013 17:04:31 +0000 (19:04 +0200)
actions/apistatusesupdate.php

index 0385b019612380e66c04f3064a05b752757782d2..40a78744b79a2e8dce662551f527cba1ebc11869 100644 (file)
@@ -300,9 +300,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction
 
             if (isset($upload)) {
                 $status_shortened .= ' ' . $upload->shortUrl();
-//JBTEST
                 $status_shortened = $this->auth_user->shortenlinks($status_shortened);
-//JBTEST
 
                 if (Notice::contentTooLong($status_shortened)) {
                     $upload->delete();