N°3253 Fix setup crashing on incompatible PHP versions (#178)

We now have a new setup landing page. The old one is renamed setup/wizard.php

This contains revert for "🐛 Fix setup homepage error with PHP < 7.1.0" (91c6916d86) => it was one of the modifications that caused the setup to crash before this !
This commit is contained in:
Pierre Goiffon
2020-12-04 18:28:39 +01:00
committed by GitHub
parent 13d2699011
commit 70efa37109
3 changed files with 121 additions and 35 deletions

View File

@@ -30,8 +30,8 @@ require_once('dbobjectiterator.php');
class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
{
const LINK_ALIAS = 'Link';
const REMOTE_ALIAS = 'Remote';
public const LINK_ALIAS = 'Link';
public const REMOTE_ALIAS = 'Remote';
protected $sHostClass; // subclass of DBObject
protected $sAttCode; // xxxxxx_list