MantisBT: master 87fdaa05

Author Committer Branch Timestamp Parent
raspopov dregad master 2026-04-12 09:24 master a33ff537
Affected Issues  0037018: The `require_once()` function is called more times than necessary when loading the API.
Changeset

Fix extra require_once() calls from require_api()

To prevent recursive calls to the require_api() function, move
the loading flag after require_once() to before it.

Fixes 0037018.

mod - core.php Diff File