Author: coudot
Date: 2010-07-27 18:36:53 +0200 (Tue, 27 Jul 2010)
New Revision: 103
Modified:
self-service-password/trunk/index.php
Log:
Initialize action variable (references #258)
Modified: self-service-password/trunk/index.php
===================================================================
--- self-service-password/trunk/index.php 2010-07-27 15:47:41 UTC (rev
102)
+++ self-service-password/trunk/index.php 2010-07-27 16:36:53 UTC (rev
103)
@@ -45,6 +45,7 @@
# Action (default: change password)
#==============================================================================
if (isset($_GET["action"]) and $_GET["action"]) { $action = $_GET["action"]; }
+else { $action = "change"; }
# Available actions
$available_actions = array( "change" );
_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes