Skip to content

Commit

Permalink
Mailgraph: Fixed: Cronjob make reference to wrong plugin backend file…
Browse files Browse the repository at this point in the history
… (Monitorix instead of Mailgraph)
  • Loading branch information
nuxwin committed Jul 7, 2016
1 parent 1421b57 commit 5d4a180
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions incubator/Mailgraph/CHANGELOG
@@ -1,6 +1,12 @@
Mailgraph - Changelog
=====================

------------------------------------------------------------------------------------------------------------------------
Version 1.1.0
------------------------------------------------------------------------------------------------------------------------

Fixed: Cronjob make reference to wrong plugin backend file (Monitorix instead of Mailgraph)

------------------------------------------------------------------------------------------------------------------------
Version 1.1.0
------------------------------------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions incubator/Mailgraph/README.md
@@ -1,6 +1,6 @@
# i-MSCP Mailgraph plugin v1.1.0
# i-MSCP Mailgraph plugin v1.1.1

Plugin which provides statistical graphics for SMTP traffic (Postfix and Sendmail)
Plugin that provides statistical graphics for SMTP traffic (Postfix and Sendmail).

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion incubator/Mailgraph/cronjob.pl
Expand Up @@ -54,7 +54,7 @@ sub getData
}
);

my $pluginFile = "$main::imscpConfig{'PLUGINS_DIR'}/Monitorix/backend/Monitorix.pm";
my $pluginFile = "$main::imscpConfig{'PLUGINS_DIR'}/Monitorix/backend/Mailgraph.pm";
require $pluginFile;

my $pluginClass = "Plugin::Mailgraph";
Expand Down
4 changes: 2 additions & 2 deletions incubator/Mailgraph/info.php
Expand Up @@ -24,8 +24,8 @@
'email' => 'info@space2place.de',
'version' => '1.1.0',
'require_api' => '1.0.4',
'date' => '2016-06-25',
'date' => '2016-07-07',
'name' => 'Mailgraph',
'desc' => 'Plugin providing statistical graphics for SMTP traffic (Postfix and Sendmail).',
'desc' => 'Plugin that provides statistical graphics for SMTP traffic (Postfix and Sendmail).',
'url' => 'http://wiki.i-mscp.net/doku.php?id=plugins:mailgraph'
);

0 comments on commit 5d4a180

Please sign in to comment.