예제 #1
0
파일: Logger.php 프로젝트: kingsj/core
 /**
  * Constructor
  * FIXME: is it really needed?
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     if (\XLite\Module\CDev\DrupalConnector\Handler::getInstance()->checkCurrentCMS()) {
         // FIXME
         if (defined('LC_CONNECTOR_ROOT')) {
             $path = realpath(LC_CONNECTOR_ROOT . '/../..') . LC_DS;
             $this->filesRepositories[$path] = 'drupal root';
         }
     }
 }