Skip to content

Commit

Permalink
Removing unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 30, 2009
1 parent 40ebdf8 commit 1cc3a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/tasks/controller.php
Expand Up @@ -110,7 +110,7 @@ function all() {
$ds = $this->params['connection'];
}
$this->interactive = false;
$controllers = $this->listAll($ds, false);
$this->listAll($ds, false);
foreach ($this->__tables as $table) {
$model = $this->_modelName($table);
$controller = $this->_controllerName($model);
Expand Down

0 comments on commit 1cc3a6e

Please sign in to comment.