Changeset 22404


Ignore:
Timestamp:
Apr 29, 2013, 6:11:34 PM (11 years ago)
Author:
plg
Message:

bug fixed: if $confcategory_url_style == 'id-name' the slideshow on a
specific album was alway failing due to automatic redirection in
include/section_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/piclens-rss.php

    r3645 r22404  
    88if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    99
     10include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
    1011
    11 include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
     12// avoid redirection in case of id-name
     13$conf['category_url_style'] = 'id';
     14
    1215include_once(PHPWG_ROOT_PATH.'include/section_init.inc.php');
    1316
Note: See TracChangeset for help on using the changeset viewer.