]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photoupload.php
Individual ids for photos
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / photoupload.php
index c9e3d79af708af3da30066bc6545c424642267bb..42bbb633a32f97d41835f80a3ca8863b2da0f4bd 100644 (file)
@@ -73,10 +73,10 @@ class PhotouploadAction extends Action
             $this->elementEnd('li');
             //$this->element('br');
             $this->elementStart('li');
-            $this->input('phototitle', "Title", $this->trimmed('phototitle'), "The title of the photo. (Optional)");
+            $this->input('phototitle', "Title", null, "The title of the photo. (Optional)");
             $this->elementEnd('li');
             $this->elementStart('li');
-            $this->textarea('photo_description', "Description", $this->trimmed('photo_description'), "A description of the photo. (Optional)");
+            $this->textarea('photo_description', "Description", null, "A description of the photo. (Optional)");
             $this->elementEnd('li');
             $this->elementEnd('ul');
             $this->submit('upload', _('Upload'));