stanley-king 3 anni fa
parent
commit
79ec30676a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      core/framework/libraries/model.php

+ 0 - 1
core/framework/libraries/model.php

@@ -37,7 +37,6 @@ class trans_wapper
     public function commit()
     {
         $this->mState |= 0x0010;
-        $this->mStart = microtime(true);
         if($this->mMod == null) {
             Db::commit();
         } else {