mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
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:
parent
8bb67d9f6a
commit
d4d98e2bab
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue