Cleanup of minor issues found with phpmd.

This commit is contained in:
mark_story 2011-08-06 21:15:31 -04:00
parent be262f30f0
commit e4a7c8f3d7
7 changed files with 9 additions and 32 deletions

View file

@ -190,7 +190,7 @@ class CakeLog {
if (empty(self::$_streams)) {
self::_autoConfig();
}
foreach (self::$_streams as $key => $logger) {
foreach (self::$_streams as $logger) {
$logger->write($type, $message);
}
return true;