summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/Data/TDbConnection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/TDbConnection.php b/framework/Data/TDbConnection.php
index 1f2782db..1500eefa 100644
--- a/framework/Data/TDbConnection.php
+++ b/framework/Data/TDbConnection.php
@@ -251,7 +251,7 @@ class TDbConnection extends TComponent
}
/**
- * @return CDbTransaction the currently active transaction. Null if no active transaction.
+ * @return TDbTransaction the currently active transaction. Null if no active transaction.
*/
public function getCurrentTransaction()
{