mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed.
This commit is contained in:
@@ -259,7 +259,7 @@ class eMessage
|
||||
* @param boolean $session
|
||||
* @return eMessage
|
||||
*/
|
||||
public function addDebug($message, $mstack = 'default', $session = false)
|
||||
public function addDebug($message, $mstack = 'default', $session = false) //TODO Add different types of DEBUG depending on the debug mode.
|
||||
{
|
||||
return $this->addStack($message, $mstack, E_MESSAGE_DEBUG, $session);
|
||||
}
|
||||
|
Reference in New Issue
Block a user