This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 496582d51cd099a51eae0f19640a2c9946878a94 (commit)
from bf21bfe5ccc056a7b4ce79b668c60e95a8773f3a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=496582d51cd099a51eae0f19640a2c9946878a94
commit 496582d51cd099a51eae0f19640a2c9946878a94
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jun 21 12:12:12 2016 +0200
Use __construct
diff --git a/src/common/valid/ValidFactory.class.php
b/src/common/valid/ValidFactory.class.php
index a9205a8..472629a 100644
--- a/src/common/valid/ValidFactory.class.php
+++ b/src/common/valid/ValidFactory.class.php
@@ -89,7 +89,7 @@ class Valid_String extends Valid_Text {
*/
class Valid_WhiteList extends Valid {
function Valid_WhiteList($key, $whitelist) {
- parent::Valid($key);
+ parent::__construct($key);
$this->addRule(new Rule_WhiteList($whitelist));
}
}
-----------------------------------------------------------------------
Summary of changes:
src/common/valid/ValidFactory.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits