ソースを参照

added load class Schema_TableFactory in TableAcl

Piotr Labudda 10 年 前
コミット
863017280e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      SE/se-lib/TableAcl.php

+ 1 - 0
SE/se-lib/TableAcl.php

@@ -932,6 +932,7 @@ class TableAcl {
 		if ($this->_schemaLoaded) return;
 		if ($this->_schemaLoaded) return;
 		$srvName = $_SERVER['SERVER_NAME'];
 		$srvName = $_SERVER['SERVER_NAME'];
 		try {
 		try {
+			Lib::loadClass('Schema_TableFactory');
 			$this->_schemaClass = Schema_TableFactory::build($this->_name, $this->_db, $srvName);
 			$this->_schemaClass = Schema_TableFactory::build($this->_name, $this->_db, $srvName);
 		} catch (SchemaException $e) {// hide only schema not found, else re-throw
 		} catch (SchemaException $e) {// hide only schema not found, else re-throw
 			DBG::_('DBG_SCH', '>1', "Exception in Schema_TableFactory::build", $e->getMessage(), __CLASS__, __FUNCTION__, __LINE__);
 			DBG::_('DBG_SCH', '>1', "Exception in Schema_TableFactory::build", $e->getMessage(), __CLASS__, __FUNCTION__, __LINE__);