Browse Source

Fixes #927: doc typo.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
09a9191086
  1. 2
      framework/yii/log/FileTarget.php

2
framework/yii/log/FileTarget.php

@ -78,7 +78,7 @@ class FileTarget extends Target
} }
/** /**
* Sends log messages to specified email addresses. * Writes log messages to a file.
* @throws InvalidConfigException if unable to open the log file for writing * @throws InvalidConfigException if unable to open the log file for writing
*/ */
public function export() public function export()

Loading…
Cancel
Save