Changeset 20209


Ignore:
Timestamp:
Jan 17, 2013, 5:18:20 PM (11 years ago)
Author:
mistic100
Message:

compatibility fix for GuestBook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/main.inc.php

    r15998 r20209  
    3939    $prefilter = 'comments_on_albums';
    4040  }
    41   else if (isset($_GET['/guestbook']))
     41  else if (isset($page['section']) and $page['section'] == 'guestbook')
    4242  {
    4343    $prefilter = 'index';
Note: See TracChangeset for help on using the changeset viewer.