mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -982,7 +982,7 @@ class smtp_class
|
||||
{
|
||||
fputs($this->socket, $command . "\r\n");
|
||||
|
||||
(!$private_info) ? $this->add_backtrace("# $command") : $this->add_backtrace('# Ommitting sensitive information');
|
||||
(!$private_info) ? $this->add_backtrace("# $command") : $this->add_backtrace('# Omitting sensitive information');
|
||||
|
||||
// We could put additional code here
|
||||
}
|
||||
|
Reference in New Issue
Block a user