updating schema output

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5564 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-08-21 22:27:17 +00:00
parent 8bb67d9f6a
commit d4d98e2bab

View file

@ -62,7 +62,7 @@ class SchemaShell extends Shell {
* @return void * @return void
*/ */
function view() { function view() {
$path = TMP; $path = $this->Schema->path;
if (!empty($this->args[0])) { if (!empty($this->args[0])) {
$path = $this->args[0]; $path = $this->args[0];
} }