makzumi / laravel-calendar

Flexible Calendar for Laravel 4
58 stars 31 forks source link

Fixed issue with Tables being wrong #7

Closed rginnow closed 10 years ago

rginnow commented 10 years ago

From Issue #4 Comment 4

rginnow commented 10 years ago

The merge contains conflicts because I screwed up the command somewhere lol I only wanted to change the one line in my last commit...

All you have to do is change the following code

// Around line 253-ish
if($day <= $mlen){
}else{
    $day = 1;
    // $j = 0; // THIS HERE IS WHAT YOU TAKE OUT
}
makzumi commented 10 years ago

Thank you! Included new commit. :)