Changeset 20210


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

compatibility fix for GuestBook

File:
1 edited

Legend:

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

    r20208 r20210  
    3636    $prefilter = 'comments_on_albums';
    3737  }
    38   else if (isset($_GET['/guestbook']))
     38  else if (isset($page['section']) and $page['section'] == 'guestbook')
    3939  {
    4040    $prefilter = 'index';
Note: See TracChangeset for help on using the changeset viewer.