#244 ✓resolved
Rémy Coutable

Typo in activity.rb!

Reported by Rémy Coutable | March 2nd, 2009 @ 09:37 PM

Hi,

I was viewing the source code of adva_cms/engines/adva_activity/app/models/activity.rb when I saw this, line 48 :


def group_coninciding(activities, delta = nil)

called on line 44 in the same file:


activities = group_coninciding(activities, delta)

I think it should be :


def group_coinciding(activities, delta = nil)

and


activities = group_coinciding(activities, delta)

That's it, just a detail! ;)

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<p>Cutting edge cms, blog, wiki, forum ... plattform.</p>

<p>Find the code on <a href="http://github.com/svenfuchs/adva_cms/tree/master">GitHub: adva cms</a></p>

<p>Part of the business application framework <a href="http://www.advabest.org/">adva best</a>.</p>

Pages