Skip to content

Commit

Permalink
Updating the schema command in the core.php files to reflect the corr…
Browse files Browse the repository at this point in the history
…ect command needed for 1.3. Fixes #1031
  • Loading branch information
markstory committed Sep 24, 2010
1 parent e161b41 commit 9e4c890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/core.php
Expand Up @@ -121,7 +121,7 @@
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
*
* To use database sessions, run the app/config/schema/sessions.php schema using
* the cake shell command: cake schema run create Sessions
* the cake shell command: cake schema create Sessions
*
*/
Configure::write('Session.save', 'php');
Expand Down
2 changes: 1 addition & 1 deletion cake/console/templates/skel/config/core.php
Expand Up @@ -121,7 +121,7 @@
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
*
* To use database sessions, run the app/config/schema/sessions.php schema using
* the cake shell command: cake schema run create Sessions
* the cake shell command: cake schema create Sessions
*
*/
Configure::write('Session.save', 'php');
Expand Down

0 comments on commit 9e4c890

Please sign in to comment.