Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
PHP Fatal error: [] operator not supported for strings in v2380/plugins/importexport/medra/classes/DOIExportPlugin.inc.php on line 105/**
* @see PKPPlugin::getLocaleFilename($locale)
*/
function getLocaleFilename($locale) {
$localeFilenames = array();
//$localeFilenames[] = parent::getLocaleFilename($locale);
var_dump($localeFilenames);
// Add shared locale keys.
$localeFilenames[$locale] = array();
$localeFilenames[$locale][] = $this->getPluginPath() . DIRECTORY_SEPARATOR . 'locale' . DIRECTORY_SEPARATOR . $locale . DIRECTORY_SEPARATOR . 'common.xml';
var_dump($localeFilenames);
return $localeFilenames;
}
Return to OJS Technical Support
Users browsing this forum: Google [Bot] and 1 guest