From d4d98e2bab62f8575174b9083f8a2091802d5dfc Mon Sep 17 00:00:00 2001 From: gwoo Date: Tue, 21 Aug 2007 22:27:17 +0000 Subject: [PATCH] updating schema output git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5564 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/console/libs/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/libs/schema.php b/cake/console/libs/schema.php index 80642390a..a4514cfcd 100644 --- a/cake/console/libs/schema.php +++ b/cake/console/libs/schema.php @@ -62,7 +62,7 @@ class SchemaShell extends Shell { * @return void */ function view() { - $path = TMP; + $path = $this->Schema->path; if (!empty($this->args[0])) { $path = $this->args[0]; }