SF.net SVN: postfixadmin:[1553] trunk/setup.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2013-11-01 19:08:35
|
Revision: 1553 http://sourceforge.net/p/postfixadmin/code/1553 Author: christian_boltz Date: 2013-11-01 19:08:32 +0000 (Fri, 01 Nov 2013) Log Message: ----------- setup.php: - fix displaying the success message for creating a new admin Modified Paths: -------------- trunk/setup.php Modified: trunk/setup.php =================================================================== --- trunk/setup.php 2013-11-01 13:35:09 UTC (rev 1552) +++ trunk/setup.php 2013-11-01 19:08:32 UTC (rev 1553) @@ -515,7 +515,7 @@ return array( 0, - Config::lang_f($formconf['successmessage'], $values['username']), + $handler->infomsg['success'], array(), ); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |