Ignore:
Timestamp:
Mar 16, 2013, 8:18:20 AM (11 years ago)
Author:
rvelices
Message:

fix php warning

Location:
extensions/rv_sitemap
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_sitemap/changelog.txt

    r18954 r21597  
     12.5.b
     2        - fix php warning
     3
    142.5.a
    25        - ability to select which derivatives to include in the sitemap
  • extensions/rv_sitemap/main.inc.php

    r18954 r21597  
    11<?php /*
    22Plugin Name: RV sitemap
    3 Version: 2.5.a
     3Version: 2.5.b
    44Description: Creates a sitemap for your gallery. Sitemaps are used to inform search engines about pages that are available for crawling.
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=78
  • extensions/rv_sitemap/sitemap.php

    r20461 r21597  
    227227                        $selected_derivatives = $_POST['selected_derivatives'];
    228228
     229                $selected_derivatives_params = array();
    229230                foreach($selected_derivatives as $type)
    230231                        $selected_derivatives_params[] = ImageStdParams::get_by_type($type);
Note: See TracChangeset for help on using the changeset viewer.