Skip to content

Commit

Permalink
Making the skel tmp dirs world writable.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 18, 2010
1 parent ae68462 commit 561067e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/templates/skel/console/cake.php
Expand Up @@ -20,6 +20,6 @@
* @since CakePHP(tm) v 1.2.0.5012
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
require_once(__APP_PATH__ . 'shell_dispatcher.php');
require_once(__CAKE_PATH__ . 'shell_dispatcher.php');

ShellDispatcher::run($argv);
Empty file modified cake/console/templates/skel/tmp/cache/models/empty 100644 → 100755
Empty file.
Empty file modified cake/console/templates/skel/tmp/cache/persistent/empty 100644 → 100755
Empty file.
Empty file modified cake/console/templates/skel/tmp/cache/views/empty 100644 → 100755
Empty file.

0 comments on commit 561067e

Please sign in to comment.