summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIndieteq <admin@indieteq.com>2012-11-10 20:23:57 +0100
committerIndieteq <admin@indieteq.com>2012-11-10 20:23:57 +0100
commit3ce24e15b32ff61681265ad8e7eeba05ecc3fc31 (patch)
treee23fa33480c5f1149300f5766d8c230d20574cc5
parent9cf38545dc942b1cd030fcae5ba1b6366af1e805 (diff)
downloadphp-mysql-pdo-database-class-3ce24e15b32ff61681265ad8e7eeba05ecc3fc31.zip
php-mysql-pdo-database-class-3ce24e15b32ff61681265ad8e7eeba05ecc3fc31.tar.gz
php-mysql-pdo-database-class-3ce24e15b32ff61681265ad8e7eeba05ecc3fc31.tar.bz2
Update Log.class.php
-rw-r--r--Log.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Log.class.php b/Log.class.php
index 58e5672..204fbe5 100644
--- a/Log.class.php
+++ b/Log.class.php
@@ -7,7 +7,7 @@
*/
class Log {
- # @string, Log directory name
+ # @string, Log directory name
private $path = '/logs/';
# @void, Default Constructor, Sets the timezone and path of the log files.