mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
EONE-29 (issue): logMessage(), logSuccess(), logError(), flushMessages() methods added (admin_log handler)
admin log is called on preferences save now
This commit is contained in:
@@ -18,11 +18,11 @@ if (!defined('e107_INIT')) { exit; }
|
||||
/*
|
||||
* Type defines
|
||||
*/
|
||||
define('E_MESSAGE_INFO', 'info');
|
||||
define('E_MESSAGE_SUCCESS', 'success');
|
||||
define('E_MESSAGE_WARNING', 'warning');
|
||||
define('E_MESSAGE_ERROR', 'error');
|
||||
define('E_MESSAGE_DEBUG', 'debug');
|
||||
define('E_MESSAGE_INFO', 'info');
|
||||
define('E_MESSAGE_SUCCESS', 'success');
|
||||
define('E_MESSAGE_WARNING', 'warning');
|
||||
define('E_MESSAGE_ERROR', 'error');
|
||||
define('E_MESSAGE_DEBUG', 'debug');
|
||||
|
||||
//FIXME - language file! new?
|
||||
|
||||
|
Reference in New Issue
Block a user