Changeset 24974 for extensions/Piwecard/include/piwecard.class.php
- Timestamp:
- Oct 18, 2013, 2:32:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Piwecard/include/piwecard.class.php
r22072 r24974 341 341 if (isset($_POST['ecard_submit'])) { 342 342 // If conf doesn't allow to modify the %yourmail% param, force it to user mail 343 if (!$this->config['sender_email_change'] )343 if (!$this->config['sender_email_change'] and isset($user['email'])) 344 344 $_POST['ecard_sender_email'] = $user['email']; 345 345
Note: See TracChangeset
for help on using the changeset viewer.