summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/database/DB_export.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/database/DB_export.php b/system/database/DB_export.php
index 02b4b42ad..a217ad138 100644
--- a/system/database/DB_export.php
+++ b/system/database/DB_export.php
@@ -31,6 +31,9 @@ $obj->init_class('CI_DB_export', 'dbexport');
class CI_DB_export {
+ /**
+ * Constructor. Simply calls the log function
+ */
function CI_DB_export()
{
log_message('debug', "Database Export Class Initialized");