Ignore:
Timestamp:
Mar 6, 2014, 3:05:35 PM (10 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/config.php

    r3645 r27570  
    6868foreach ( $type_list as $order ) //on parcours le tableau
    6969{
    70         $template->append('PlGallerie',array('ID' => $i,'NAME' => $order,'SELECTED' => ($me->my_config['piclens_gallerie_type'] == $i ? 'selected' : '')));
     70        $template->append('PlGalleries',array('ID' => $i,'NAME' => $order,'SELECTED' => ($me->my_config['piclens_gallerie_type'] == $i ? 'selected' : '')));
    7171        $i++;   
    7272}
Note: See TracChangeset for help on using the changeset viewer.