Changeset 27438


Ignore:
Timestamp:
Feb 20, 2014, 8:47:16 PM (10 years ago)
Author:
ddtddt
Message:

[extensions] - see_photos_by_user - bug update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/see_photos_by_user/maintain.inc.php

    r27428 r27438  
    1717 conf_update_param('see_photos_by_user_order', 'username ASC');
    1818 }
    19 if (!isset($conf['see_photos_by_user_order']))
     19if (!isset($conf['see_photos_by_user_show']))
    2020 {
    2121 conf_update_param('see_photos_by_user_show', '1');
     
    3232conf_delete_param('see_photos_by_user_limit');
    3333conf_delete_param('see_photos_by_user_order');
     34conf_delete_param('see_photos_by_user_show');
    3435}
    3536
Note: See TracChangeset for help on using the changeset viewer.