mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Issue #1974 - Media-Manager file-mode: Added Option to remove selected file. Fixes #1959 - allow for more than one media-category of a particular type during plugin installation. Issue #6 LAN fix on "Choose a file".
This commit is contained in:
@@ -530,7 +530,7 @@ class e_pref extends e_front_model
|
||||
|
||||
if(!$this->data_has_changed && !$force)
|
||||
{
|
||||
e107::getMessage()->addInfo('Settings not saved as no changes were made.', $this->prefid, $session_messages)->moveStack($this->prefid);
|
||||
e107::getMessage()->addInfo(LAN_SETTINGS_NOT_SAVED_NO_CHANGES_MADE, $this->prefid, $session_messages)->moveStack($this->prefid);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -646,7 +646,7 @@ class e_pref extends e_front_model
|
||||
}
|
||||
else
|
||||
{
|
||||
e107::getMessage()->addInfo('Settings not saved as no changes were made.', $this->prefid, $session_messages);
|
||||
e107::getMessage()->addInfo(LAN_SETTINGS_NOT_SAVED_NO_CHANGES_MADE, $this->prefid, $session_messages);
|
||||
if(!$disallow_logs) $log->flushMessages('LAN_FIXME', E_LOG_INFORMATIVE, '', $this->prefid);
|
||||
e107::getMessage()->moveStack($this->prefid);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user