Add initialisation log to messages library

This commit is contained in:
Eike Foken
2011-09-14 00:29:24 +02:00
parent 4aafeaa072
commit 92e45e8033

View File

@@ -43,6 +43,8 @@ class Messages {
if (empty($messages)) { if (empty($messages)) {
$this->clear(); $this->clear();
} }
log_message('debug', "Messages Class Extension Initialized");
} }
/** /**