mirror of
https://github.com/typecho/typecho.git
synced 2025-01-17 12:38:28 +01:00
fix typo
This commit is contained in:
parent
112f16ea90
commit
310ee3e2dc
@ -188,7 +188,7 @@ class Typecho_Db
|
||||
public function addServer($config, $op)
|
||||
{
|
||||
$this->_config[] = Typecho_Config::factory($config);
|
||||
$key = count($this->_config)-1; //获取最后一个key
|
||||
$key = count($this->_config) - 1;
|
||||
|
||||
/** 将连接放入池中 */
|
||||
switch ($op) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user