diff options
Diffstat (limited to 'demos/blog/protected/Common/BlogErrorHandler.php')
-rwxr-xr-x | demos/blog/protected/Common/BlogErrorHandler.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/blog/protected/Common/BlogErrorHandler.php b/demos/blog/protected/Common/BlogErrorHandler.php index df2d44bd..bc237080 100755 --- a/demos/blog/protected/Common/BlogErrorHandler.php +++ b/demos/blog/protected/Common/BlogErrorHandler.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2006-2015 The PRADO Group + * @copyright Copyright © 2006-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ @@ -16,7 +16,7 @@ Prado::using('Application.Common.BlogException'); * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2006-2015 The PRADO Group + * @copyright Copyright © 2006-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ class BlogErrorHandler extends TErrorHandler |