[vhffs-dev] [908] well, display the reason in refused messages ;-) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 908
Author: gradator
Date: 2007-09-11 05:22:50 +0000 (Tue, 11 Sep 2007)
Log Message:
-----------
well, display the reason in refused messages ;-)
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Object.pm
Modified: trunk/vhffs-api/src/Vhffs/Object.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Object.pm 2007-09-11 05:16:00 UTC (rev 907)
+++ trunk/vhffs-api/src/Vhffs/Object.pm 2007-09-11 05:22:50 UTC (rev 908)
@@ -439,6 +439,7 @@
Vhffs::Functions::type_string_from_type_id( $self->get_type ),
$self->get_label,
$vhffs->get_config->get_host_name,
+ $reason or gettext('no reason given'),
$vhffs->get_config->get_host_name,
$vhffs->get_config->get_panel->{url}
);