Skip to content

Открыть modify_fileAPI_prepare для модулей и плагинов #14

@PSalador

Description

@PSalador

Я так сделал в fileAPI.global.php

if (!function_exists('fileAPI_prepare'))
{
function fileAPI_prepare($area, $indf, $cat, $pre_indf = false)
{
global $L;
if (!function_exists('modify_fileAPI_prepare'))
{
require_once cot_incfile('fileAPI', 'module');
}
return modify_fileAPI_prepare($area, $indf, $cat, $pre_indf);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions