Plugin Directory

Changeset 693554


Ignore:
Timestamp:
04/08/2013 09:34:48 AM (13 years ago)
Author:
macbrink
Message:

Check subfolders against all folder paths because folder may have new parent.

Location:
eazyest-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eazyest-gallery/trunk/eazyest-gallery.php

    r693551 r693554  
    99 * Author: Brimosoft
    1010 * Author URI: http://brimosoft.nl
    11  * Version: 0.1.0-RC-14-307
     11 * Version: 0.1.0-RC-14-308
    1212 * Text Domain: eazyest-gallery
    1313 * Domain Path: /languages/
    1414 * License: GNU General Public License, version 3
    1515 *
    16  * @version 0.1.0 (r307
     16 * @version 0.1.0 (r308
    1717 * @package Eazyest Gallery
    1818 * @subpackage Main
  • eazyest-gallery/trunk/includes/class-eazyest-folderbase.php

    r693551 r693554  
    99 * @copyright 2012-2013 Brimosoft
    1010 * @since @since 0.1.0 (r2)
    11  * @version 0.1.0 (r307)
     11 * @version 0.1.0 (r308)
    1212 * @access public
    1313 */
     
    12181218    function delete_folders( $post_id ) {
    12191219        $this->get_posted_paths( $post_id );
    1220         $this->get_folder_paths( $post_id );
     1220        $this->get_folder_paths();
    12211221        $deleted = 0;
    12221222        if ( ! empty( $this->posted_paths['folders'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.