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 67fc13aca9edf52a352d036ce601fc7fa913ffe2 (commit)
from e8ff240ff866742baea2ceed2441c6c1e7805e5a (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=67fc13aca9edf52a352d036ce601fc7fa913ffe2
commit 67fc13aca9edf52a352d036ce601fc7fa913ffe2
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue May 9 11:45:53 2017 +0200
Use __construct
diff --git a/src/plugins/hudson/include/hudsonActions.class.php
b/src/plugins/hudson/include/hudsonActions.class.php
index 9ac8bfa..5116127 100644
--- a/src/plugins/hudson/include/hudsonActions.class.php
+++ b/src/plugins/hudson/include/hudsonActions.class.php
@@ -28,8 +28,8 @@ require_once 'PluginHudsonJobDao.class.php';
*/
class hudsonActions extends Actions {
- function hudsonActions(&$controler, $view=null) {
- $this->Actions($controler);
+ function __construct(&$controler, $view=null) {
+ parent::__construct($controler);
}
function addJob() {
-----------------------------------------------------------------------
Summary of changes:
src/plugins/hudson/include/hudsonActions.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits