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 df79bbab465f80e58d087c6768e0cb6dfe2ff2d4 (commit)
from 1f1e3230de14e2fd25853d7d729a7665fa951f1c (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=df79bbab465f80e58d087c6768e0cb6dfe2ff2d4
commit df79bbab465f80e58d087c6768e0cb6dfe2ff2d4
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Jun 16 12:30:33 2016 +0200
Use __construct
diff --git a/src/www/survey/include/SurveyHTML.class.php
b/src/www/survey/include/SurveyHTML.class.php
index fa1705b..8b18ea5 100644
--- a/src/www/survey/include/SurveyHTML.class.php
+++ b/src/www/survey/include/SurveyHTML.class.php
@@ -33,11 +33,7 @@ require_once $gfwww.'include/note.php';
*/
class SurveyHTML extends FFError {
- /**
- * Dummy constructor
- */
- function SurveyHTML() {
- return true;
+ function __construct() {
}
/**
-----------------------------------------------------------------------
Summary of changes:
src/www/survey/include/SurveyHTML.class.php | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits