Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-09-23 08:37:04 +0400
committerrobocoder <anthon.pang@gmail.com>2009-09-23 08:37:04 +0400
commita0d6f1cd6f548cac513442dcb69669e9107188bd (patch)
treedeab55167e5d3d841b3b3d3f164059f829e6ea55 /libs/Zend/Validate/File/Hash.php
parentf99e1ebf35eb2de8ea536aed146bdc076f08c07c (diff)
refs #497 - update to ZF 1.9.3PL1 (patchlevel 1)
git-svn-id: http://dev.piwik.org/svn/trunk@1481 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend/Validate/File/Hash.php')
-rw-r--r--libs/Zend/Validate/File/Hash.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/Zend/Validate/File/Hash.php b/libs/Zend/Validate/File/Hash.php
index c8767772ee..d2e8c2c645 100644
--- a/libs/Zend/Validate/File/Hash.php
+++ b/libs/Zend/Validate/File/Hash.php
@@ -16,7 +16,7 @@
* @package Zend_Validate
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Hash.php 16971 2009-07-22 18:05:45Z mikaelkael $
+ * @version $Id: Hash.php 18148 2009-09-16 19:27:43Z thomas $
*/
/**
@@ -75,7 +75,8 @@ class Zend_Validate_File_Hash extends Zend_Validate_Abstract
}
if (1 < func_num_args()) {
- trigger_error('Multiple constructor options are deprecated in favor of a single options array', E_USER_NOTICE);
+// @todo: Preperation for 2.0... needs to be cleared with the dev-team
+// trigger_error('Multiple constructor options are deprecated in favor of a single options array', E_USER_NOTICE);
$options['algorithm'] = func_get_arg(1);
}