Removing unused variable.

This commit is contained in:
mark_story 2009-04-29 22:50:57 -04:00
parent 40ebdf8aac
commit 1cc3a6ecfb

View file

@ -110,7 +110,7 @@ class ControllerTask extends Shell {
$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);