[Bps-public-commit] App-Changeloggr branch, master, updated. 535430627af83f35510a11eab87c09d17c2e1116

sartak at bestpractical.com sartak at bestpractical.com
Wed May 27 14:41:01 EDT 2009


The branch, master has been updated
       via  535430627af83f35510a11eab87c09d17c2e1116 (commit)
      from  eca3b47872f1923e6e183d9fb806de2d7f0c6d88 (commit)

Summary of changes:
 lib/App/Changeloggr/Model/Change.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 535430627af83f35510a11eab87c09d17c2e1116
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 27 14:40:49 2009 -0400

    No need to empty order_by

diff --git a/lib/App/Changeloggr/Model/Change.pm b/lib/App/Changeloggr/Model/Change.pm
index 38d024c..5ce528d 100644
--- a/lib/App/Changeloggr/Model/Change.pm
+++ b/lib/App/Changeloggr/Model/Change.pm
@@ -171,7 +171,6 @@ sub count_of_tag {
         column   => 'id',
         function => 'count(main.tag)',
     );
-    $votes->order_by({});
 
     return $votes->first->id;
 }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list