kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-08-19 03:55 pm

[dw-free] Icon description is lost when using Icon Factory

[commit: http://hg.dwscoalition.org/dw-free/rev/0b3288e64770]

http://bugs.dwscoalition.org/show_bug.cgi?id=1441

Preserve picture description when using icon factory.

Patch by [personal profile] wyntarvox.

Files modified:
  • htdocs/tools/userpicfactory.bml
--------------------------------------------------------------------------------
diff -r 149a683e172b -r 0b3288e64770 htdocs/tools/userpicfactory.bml
--- a/htdocs/tools/userpicfactory.bml	Wed Aug 19 06:25:09 2009 +0000
+++ b/htdocs/tools/userpicfactory.bml	Wed Aug 19 10:55:24 2009 -0500
@@ -243,6 +243,7 @@ if (0) {
       <input type="submit" value="Create Userpic"  id="createbtn" />
       } . LJ::html_hidden('keywords', $GET{'keywords'},
                           'comments', $GET{'comments'},
+                          'descriptions', $GET{'descriptions'},
                           'make_default', $GET{'make_default'},
                           index => $GET{index}) . qq {
       </form></div> standout?>
--------------------------------------------------------------------------------