Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680593
D25660.1734577947.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
641 B
Referenced Files
None
Subscribers
None
D25660.1734577947.diff
View Options
diff --git a/externals/phpmailer/class.pop3.php b/externals/phpmailer/class.pop3.php
--- a/externals/phpmailer/class.pop3.php
+++ b/externals/phpmailer/class.pop3.php
@@ -142,7 +142,7 @@
* @param string $username
* @param string $password
*/
- public function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) {
+ public function Authorise ($host, $port = false, $tval = false, $username = '', $password = '', $debug_level = 0) {
$this->host = $host;
// If no port value is passed, retrieve it
@@ -404,4 +404,4 @@
// End of class
}
-?>
\ No newline at end of file
+?>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 03:12 (13 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1014995
Default Alt Text
D25660.1734577947.diff (641 B)
Attached To
Mode
D25660: PHPMailer: Set defaults for required parameters followed by optional parameters in Authorise() method signature
Attached
Detach File
Event Timeline
Log In to Comment