Skip to content

Commit

Permalink
Updating i18n shell to use updated schema shell api.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 16, 2009
1 parent aa97dae commit ddb9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/i18n.php
Expand Up @@ -103,7 +103,7 @@ function main() {
* @access public
*/
function initdb() {
$this->Dispatch->args = array('schema', 'run', 'create', 'i18n');
$this->Dispatch->args = array('schema', 'create', 'i18n');
$this->Dispatch->dispatch();
}

Expand Down

0 comments on commit ddb9f89

Please sign in to comment.