@@ -110,7 +110,7 @@ |
||
110 | 110 | } |
111 | 111 | } |
112 | 112 | $password = $this->_password; |
113 | - $this->_password = ''; //Do not store the Password. |
|
113 | + $this->_password = ''; //Do not store the Password. |
|
114 | 114 | if (!$this->getOwner()->login($this->_username, $password)) { |
115 | 115 | $writer->writeError("Could not Authenticate the user"); |
116 | 116 | $writer->flush(); |
@@ -133,7 +133,7 @@ |
||
133 | 133 | $owner = $this->getOwner(); |
134 | 134 | if ($this->_localize) { |
135 | 135 | $_property = $this->_property; |
136 | - $this->_paramBehavior = new TMapRouteBehavior($this->_parameter, function ($v) use ($owner, $_property) { |
|
136 | + $this->_paramBehavior = new TMapRouteBehavior($this->_parameter, function($v) use ($owner, $_property) { |
|
137 | 137 | $owner->$_property = Prado::localize($v); |
138 | 138 | }); |
139 | 139 | } else { |