Skip to content

Commit

Permalink
Fixing #2780
Browse files Browse the repository at this point in the history
  • Loading branch information
jheathco committed May 4, 2010
1 parent 752f2ac commit a8c8ced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/kohana/database.php
Expand Up @@ -345,6 +345,9 @@ public function quote_table($value)
if (is_array($value))
{
$table =& $value[0];

// Attach table prefix to alias
$value[1] = $this->table_prefix().$value[1];
}
else
{
Expand Down

0 comments on commit a8c8ced

Please sign in to comment.