Applications now provide their own filesystem path
authorAlexander Ebert <ebert@woltlab.com>
Sun, 14 Oct 2012 19:09:57 +0000 (21:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 14 Oct 2012 19:09:57 +0000 (21:09 +0200)
commit9fc8a8989f6070a1bfd1cc724114e94b66884f50
tree8a652862fd9faefd82179deb61a25c031e635cfe
parentfa631d5a882344e466d61575c4da2d2a0231f01d
Applications now provide their own filesystem path

Use IApplication::getPackageDir() to return the package directory, previously this was provided by APP_DIR (e.g. WBB_DIR).
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/application/AbstractApplication.class.php
wcfsetup/install/files/lib/system/application/IApplication.class.php