diff --git a/includes/translation.handler.inc b/includes/translation.handler.inc index 0e24de4..dbb2333 100644 --- a/includes/translation.handler.inc +++ b/includes/translation.handler.inc @@ -364,19 +364,19 @@ class EntityTranslationDefaultHandler implements EntityTranslationHandlerInterfa */ protected $children = array(); - private $entityForm; - private $translating; - private $outdated; - private $formLanguage; - private $sourceLanguage; + protected $entityForm; + protected $translating; + protected $outdated; + protected $formLanguage; + protected $sourceLanguage; - private $pathScheme; - private $pathWildcard; - private $basePath; - private $editPath; - private $translatePath; - private $viewPath; - private $routerMap; + protected $pathScheme; + protected $pathWildcard; + protected $basePath; + protected $editPath; + protected $translatePath; + protected $viewPath; + protected $routerMap; /** * Initializes an instance of the translation handler. @@ -1653,7 +1653,7 @@ class EntityTranslationDefaultHandler implements EntityTranslationHandlerInterfa * * @throws Exception */ - private function initPathVariables() { + protected function initPathVariables() { if (empty($this->pathScheme) || !isset($this->entityInfo['translation']['entity_translation']['path schemes'][$this->pathScheme])) { throw new Exception("Cannot initialize entity translation path variables (invalid path scheme)."); }