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:
@@ -491,7 +491,7 @@ class e_pref extends e_front_model
|
||||
*
|
||||
* @param boolean $from_post merge post data
|
||||
* @param boolean $force
|
||||
* @param boolean $session_messages use session messages
|
||||
* @param boolean $session_messages use session messages //FIXME Appears to be ignored on "Settings successfully saved.";
|
||||
* @return boolean|integer 0 - no change, true - saved, false - error
|
||||
*/
|
||||
public function save($from_post = true, $force = false, $session_messages = false)
|
||||
|
Reference in New Issue
Block a user