<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,12 +24,15 @@ class Flickr::Photosets &lt; Flickr::Base
     end
   
     def create_attributes(photoset)
-
+      # comment by : smeevil
+      #
+      # for some reason it was needed to call to_s on photoset.title and photoset.description
+      # without this it will not set the value correctly
       {
         :id =&gt; photoset[:id], 
         :num_photos =&gt; photoset[:photos],
-        :title =&gt; photoset.title,
-        :description =&gt; photoset.description
+        :title =&gt; photoset.title.to_s,
+        :description =&gt; photoset.description.to_s
        }
     end
   </diff>
      <filename>lib/flickr/photosets.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ffbea35639b9b851e0ba8103685ffdf198874022</id>
    </parent>
  </parents>
  <author>
    <name>smeevil</name>
    <email>info@govannon.nl</email>
  </author>
  <url>http://github.com/commonthread/flickr_fu/commit/738d024a96c10aae7daf655d29916e1bf236c949</url>
  <id>738d024a96c10aae7daf655d29916e1bf236c949</id>
  <committed-date>2009-08-04T14:09:45-07:00</committed-date>
  <authored-date>2009-08-04T04:48:28-07:00</authored-date>
  <message>Added to_s to title and description , else they would not be picked up correctly

Signed-off-by: CommonThread &lt;hotcommander@commonthread.com&gt;</message>
  <tree>aed32bba1293eec014d20bd094e5c2e8f14327bd</tree>
  <committer>
    <name>CommonThread</name>
    <email>hotcommander@commonthread.com</email>
  </committer>
</commit>
