bishopb / laravel-forums

Forums and discussion boards for Laravel 4
GNU General Public License v2.0
15 stars 11 forks source link

new bug:Call to undefined function panelHeading() #9

Closed argb closed 9 years ago

argb commented 9 years ago

there is no definition of function panelHeading, what does this function do? this is a good project,but need more tests.

bishopb commented 9 years ago

panelHeading sounds like a method Vanilla should provide. Can you post reproduction instructions?

woodytang commented 9 years ago

i got the same exception too: Call to undefined function panelHeading()

/Users/tangsi/Documents/laravelbase/laravelbase/vendor/bishopb/laravel-forums/src/views/themes/default/views/modules/categories.php

dantemple commented 9 years ago

I seem to get the same error

bishopb commented 9 years ago

composer update bishopb/laravel-forums to get the latest (0.1.4), which seems to fix the issue.