Skip to content

Commit 24363a4

Browse files
committed
Fix urls
1 parent ec8860f commit 24363a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

htdocs/discussion/core/modules/modDiscussion.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public function __construct($db)
7171
$this->descriptionlong = "DiscussionDescription";
7272

7373
// Author
74-
$this->editor_name = 'MyBigCompany';
75-
$this->editor_url = 'https://www.dolibarr.org'; // Must be an external online web site
74+
$this->editor_name = 'DoliCloud';
75+
$this->editor_url = 'https://www.dolicloud.com?origin=dolimods'; // Must be an external online web site
7676
$this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@discussion'
7777

7878
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'

htdocs/payplugdolicloud/core/modules/modPayplugDolicloud.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct($db)
7272

7373
// Author
7474
$this->editor_name = 'DoliCloud';
75-
$this->editor_url = 'https://www.dolicloud.com/'; // Must be an external online web site
75+
$this->editor_url = 'https://www.dolicloud.com?origin=dolimods'; // Must be an external online web site
7676
$this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@payplugdolicloud'
7777

7878
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'

htdocs/stancerdolicloud/core/modules/modStancerDolicloud.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function __construct($db)
7070

7171
// Author
7272
$this->editor_name = 'DoliCloud';
73-
$this->editor_url = 'https://www.dolicloud.com';
73+
$this->editor_url = 'https://www.dolicloud.com?origin=dolimods';
7474
$this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@payplugdolicloud'
7575

7676
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'

0 commit comments

Comments
 (0)