Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi,

    pretty strange problem you got there. Let’s try something, comment the following lines in the file customer-area\includes\core-addons\private-file\private-file-admin-interface.class.php (lines 390 to 395):

    add_settings_section(
    ‘cuar_private_files_addon_storage’,
    __(‘File Storage’, ‘cuar’),
    array( &$this, ‘print_storage_section_info’ ),
    CUAR_Settings::$OPTIONS_PAGE_SLUG
    );

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Fixed in 2.0.2

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘private files’ is closed to new replies.