Skip to content

Commit

Permalink
another single server mode tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Sep 25, 2017
1 parent d6bb816 commit 59ff05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/output_modules.php
Expand Up @@ -354,7 +354,7 @@ protected function output() {
else {
$res .= '<input type="hidden" id="hm_page_key" value="'.$this->html_safe(Hm_Request_Key::generate()).'" />';
}
if (count($this->get('changed_settings', array())) > 0) {
if (!$this->get('single_server_mode') && count($this->get('changed_settings', array())) > 0) {
$res .= '<a href="?page=save" title="'.$this->trans('Unsaved Changes').
'"><img src="'.Hm_Image_Sources::$save_reminder.
'" alt="'.$this->trans('Unsaved changes').
Expand Down

0 comments on commit 59ff05f

Please sign in to comment.