MantisBT: master-2.26 bff76ed9

Author Committer Branch Timestamp Parent
dregad dregad master-2.26 2024-03-02 06:56 master-2.26 0e4e6e3c
Affected Issues  0033906: Failed opening core.php in timeline_inc.php on PHP 8.2 / IIS
Changeset

Remove inclusion of core.php in timeline_inc.php

By definition an include file is part of a main script, which will
always include core.php, so it's not necessary to reference it again
in the include.

This actually caused an error on a user's system (PHP 8.2 on IIS). The
problem could not be reproduced, but an easy fix is to remove the
useless require_once.

Fixes 0033906

mod - core/timeline_inc.php Diff File