reset files on each itteration

This commit is contained in:
AD7six 2011-05-01 23:16:00 +02:00
parent 4c66db253a
commit 7532ab0586

View file

@ -277,6 +277,7 @@ class UpgradeShell extends Shell {
$paths = $this->_paths;
$this->_paths = array($path);
$this->_files = array();
$this->_findFiles('php');
foreach ($this->_files as $file) {
$contents = file_get_contents($file);