summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-03 14:01:51 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-03 14:01:51 -0400
commit257a043bbd3fc1c027fe01fc4c3b8bf95b8215ea (patch)
tree6e008b81901290ff5d71d5b58c3e1e29fe35d619 /src/usr/local/www/system_advanced_notifications.php
parent7b4b0ad38eb0e3f00c7b1c8f9939a6c53d4d2df2 (diff)
downloadpfsense-257a043bbd3fc1c027fe01fc4c3b8bf95b8215ea.zip
pfsense-257a043bbd3fc1c027fe01fc4c3b8bf95b8215ea.tar.gz
Fixed #5087
My fault. Dropped the 's' in smtp :(
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index a0d2995..88f14a3 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -286,7 +286,7 @@ $section->addInput(new Form_Checkbox(
'in place to function.');
$section->addInput(new Form_Input(
- 'mtpipaddress',
+ 'smtpipaddress',
'E-Mail server',
'text',
$pconfig['smtpipaddress']
OpenPOWER on IntegriCloud