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]; }