|
@@ 269-271 (lines=3) @@
|
| 266 |
|
//FROM |
| 267 |
|
if (isset($otherVariables["redirect_uri"])) { |
| 268 |
|
$emailLink .= "redirect_uri=".urlencode(Director::absoluteURL("/").$otherVariables["redirect_uri"])."&"; |
| 269 |
|
} elseif (isset($otherVariables["RedirectURL"])) { |
| 270 |
|
$emailLink .= "redirect_uri=".urlencode(Director::absoluteURL("/").$otherVariables["RedirectURL"])."&"; |
| 271 |
|
} else { |
| 272 |
|
$emailLink .= "redirect_uri=".urlencode(Director::absoluteURL("/"))."&"; |
| 273 |
|
} |
| 274 |
|
if (isset($otherVariables["pictureURL"])) { |
|
@@ 274-276 (lines=3) @@
|
| 271 |
|
} else { |
| 272 |
|
$emailLink .= "redirect_uri=".urlencode(Director::absoluteURL("/"))."&"; |
| 273 |
|
} |
| 274 |
|
if (isset($otherVariables["pictureURL"])) { |
| 275 |
|
$emailLink .= "picture=".urlencode(Director::absoluteURL("/").$otherVariables["pictureURL"])."&"; |
| 276 |
|
} |
| 277 |
|
if (isset($otherVariables["description"])) { |
| 278 |
|
$emailLink .= "description=".urlencode($otherVariables["description"])."&"; |
| 279 |
|
} elseif ($message) { |