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 c7e6ecc76a66ab647a0f502a2a0f553d8a060b69 (commit)
from 7b27b0989d668f8cb32903df17a5db3d74332c0a (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=c7e6ecc76a66ab647a0f502a2a0f553d8a060b69
commit c7e6ecc76a66ab647a0f502a2a0f553d8a060b69
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 12 11:42:28 2016 +0200
Use __construct
diff --git a/src/common/include/FFError.class.php
b/src/common/include/FFError.class.php
index a752e20..5d79351 100644
--- a/src/common/include/FFError.class.php
+++ b/src/common/include/FFError.class.php
@@ -56,12 +56,10 @@ class FFError {
var $error_code;
/**
- * Error() - Constructor.
* Constructor for the Error class.
* Sets the error state to false.
- *
*/
- function FFError() {
+ function __construct() {
//nothing
$this->error_state=false;
$this->error_code=ERROR__NO_ERROR;
-----------------------------------------------------------------------
Summary of changes:
src/common/include/FFError.class.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits