[Fusionforge-commits] r16180 - trunk/src/www/mail/admin

Franck VILLAUME nerville at fusionforge.org
Fri Aug 31 11:26:23 CEST 2012


Author: nerville
Date: 2012-08-31 11:26:23 +0200 (Fri, 31 Aug 2012)
New Revision: 16180

Modified:
   trunk/src/www/mail/admin/index.php
Log:
remove getStatus: does not belong here

Modified: trunk/src/www/mail/admin/index.php
===================================================================
--- trunk/src/www/mail/admin/index.php	2012-08-31 09:15:16 UTC (rev 16179)
+++ trunk/src/www/mail/admin/index.php	2012-08-31 09:26:23 UTC (rev 16180)
@@ -287,7 +287,6 @@
 					if($currentList->getStatus() == MAIL__MAILING_LIST_IS_REQUESTED) {
 						echo _('Not activated yet');
 					} else {
-						echo $currentList->getStatus();
 						echo '<a href="'.$currentList->getExternalAdminUrl().'">'._('Administration').'</a>';
 					}
 					echo '</td>';




More information about the Fusionforge-commits mailing list