Falscher Include-Pfad im SetupCacheHandler

  • Affected App
    WoltLab Suite Core

    Falscher Pfad (Tippfehler) in Zeile 5 der Datei lib/system/cache/SetupCacheHandler.class.php:

    PHP
    require_once(WCF_DIR.'lib/system/cach/CacheHandler.class.php');

    Richtiger Pfad:

    PHP
    require_once(WCF_DIR.'lib/system/cache/CacheHandler.class.php');

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!