<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -120,7 +120,7 @@ module MerbPaginate
           # To deal with a bug in datamapper 0.2.5
           counter = count_options.empty? ? count : count(count_options)
 
-          count.respond_to?(:length) ? count.length : count
+          counter.respond_to?(:length) ? counter.length : counter
         end
 
         def wp_parse_options(options) #:nodoc:</diff>
      <filename>lib/merb_paginate/finders.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de0403f8aed39357519f97bb7d129ebf80bd4e3e</id>
    </parent>
  </parents>
  <author>
    <name>Chris Van Pelt</name>
    <email>vanpelt@SnowWhite.local</email>
  </author>
  <url>http://github.com/vanpelt/merb_paginate/commit/227b53e48d07161146b8cae541c16d58c84b3a32</url>
  <id>227b53e48d07161146b8cae541c16d58c84b3a32</id>
  <committed-date>2008-03-12T02:11:07-07:00</committed-date>
  <authored-date>2008-03-12T02:11:07-07:00</authored-date>
  <message>counter instead of count... this may not even be necessary</message>
  <tree>d749930d2bfb775b315f9b5bfddf03d5e110af10</tree>
  <committer>
    <name>Chris Van Pelt</name>
    <email>vanpelt@SnowWhite.local</email>
  </committer>
</commit>
