BUG 7037 "Forgot my password error message" SOLVED

This commit is contained in:
Erik Amaru Ortiz
2011-06-08 10:22:11 -04:00
parent a8d787f698
commit be21021d2b
2 changed files with 4 additions and 4 deletions

View File

@@ -23,5 +23,5 @@
*
*/
$G_PUBLISH = new Publisher ();
$G_PUBLISH->AddContent ( 'xmlform', 'xmlform', 'login/forgotPassword', '', $aFields, SYS_URI . 'login/retrivePassword.php');
$G_PUBLISH->AddContent ( 'xmlform', 'xmlform', 'login/forgotPassword', '', array(), 'retrivePassword.php');
G::RenderPage ( "publish" );