mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 09:22:36 +01:00
Fix CI
This commit is contained in:
@@ -41,6 +41,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/menubase.class.php';
|
||||
* @var int $heightforframes
|
||||
*/
|
||||
|
||||
/** @phan-file-suppress PhanUndeclaredGlobalVariable */
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->load("other");
|
||||
|
||||
@@ -105,7 +107,6 @@ if ($keyforcontent) {
|
||||
} else {
|
||||
if (preg_match('/^\//', $menu->url) || preg_match('/^http/i', $menu->url)) {
|
||||
// menu->url is an URL starting with http or /
|
||||
// @phan-suppress PhanUndeclaredMethod
|
||||
print "
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user