summaryrefslogtreecommitdiff
path: root/kohana/libraries/Database.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/libraries/Database.php')
-rw-r--r--kohana/libraries/Database.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/kohana/libraries/Database.php b/kohana/libraries/Database.php
index 2c73f080..ca4f6512 100644
--- a/kohana/libraries/Database.php
+++ b/kohana/libraries/Database.php
@@ -1094,8 +1094,6 @@ class Database_Core {
{
$this->link or $this->connect();
- $this->reset_select();
-
return $this->driver->list_tables($this);
}