Skip to content

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

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);
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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