Merge pull request #8891 from inoveaconseil/develop

NEW: ADD url to see the last version of a external module
This commit is contained in:
Laurent Destailleur
2018-06-30 01:17:10 +02:00
committed by GitHub
6 changed files with 194 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
<?php
/* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourcefore.net>
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -59,7 +60,7 @@ class modModuleBuilder extends DolibarrModules
// Config pages
//-------------
$this->config_page_url = array();
$this->config_page_url = array('setup@modulebuilder');
// Dependancies
//-------------