SF.net SVN: postfixadmin:[1642] trunk/model/Config.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <gin...@us...> - 2014-02-19 11:47:19
|
Revision: 1642
http://sourceforge.net/p/postfixadmin/code/1642
Author: gingerdog
Date: 2014-02-19 11:47:17 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
typo fix
Modified Paths:
--------------
trunk/model/Config.php
Modified: trunk/model/Config.php
===================================================================
--- trunk/model/Config.php 2014-02-18 13:23:55 UTC (rev 1641)
+++ trunk/model/Config.php 2014-02-19 11:47:17 UTC (rev 1642)
@@ -102,7 +102,7 @@
break;
}
- error_log('Config::read(): attemp to read undefined config option "' . join('.', $name) . '", returning null');
+ error_log('Config::read(): attempt to read undefined config option "' . join('.', $name) . '", returning null');
return null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|