filesDir = $this->getBasePath(); } /** * Get the base path for file storage. * * @return string */ public function getBasePath() { return Config::getVar('files', 'files_dir'); } } if (!PKP_STRICT_MODE) { class_alias('\PKP\file\PrivateFileManager', '\PrivateFileManager'); }