RRZE-Webteam/rrze-shorturl

ggfalls class ShortURL __construct() leeren

Closed this issue · 1 comments

in der class ShortURL sind nur static functions. Darum wird __construct() nie ausgeführt.
Überlegen, ob jemals eine non-static kommen könnte, falls nicht __construct() leeren und
&$rights den static functions mit übergeben. In __construct() wird nur class Rights initialisiert. Das wird aber bereits in Main und in class Shortcode in __construct() getan.

Das ist nicht korrekt. In __construct() werden einige Defaults gesetzt (zB AllowedDomains). Die Klasse wird in Main.php initialisiert.

=> __construct() bleibt, wie es jetzt ist.