aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-02 11:36:35 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-02 11:36:35 +0100
commitdd8a3d845e274231bc53326f32685ec2431af2fa (patch)
tree632691ae65ea47e1b1f9818622a68930c7ca6ec0 /Zotlabs/Module/Settings
parent66fc1dcf3390764fa2e13be9ecea526cd8802776 (diff)
downloadvolse-hubzilla-dd8a3d845e274231bc53326f32685ec2431af2fa.tar.gz
volse-hubzilla-dd8a3d845e274231bc53326f32685ec2431af2fa.tar.bz2
volse-hubzilla-dd8a3d845e274231bc53326f32685ec2431af2fa.zip
reset schema value after we empty and repopulate it. second half of fix for #624
Diffstat (limited to 'Zotlabs/Module/Settings')
-rw-r--r--Zotlabs/Module/Settings/Display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Display.php b/Zotlabs/Module/Settings/Display.php
index ee404daba..eae44e82c 100644
--- a/Zotlabs/Module/Settings/Display.php
+++ b/Zotlabs/Module/Settings/Display.php
@@ -65,7 +65,7 @@ class Display {
set_pconfig(local_channel(),'system','manual_conversation_update', $manual_update);
$newschema = '';
- if($theme == $existing_theme){
+ if($theme){
// call theme_post only if theme has not been changed
if( ($themeconfigfile = $this->get_theme_config_file($theme)) != null){
require_once($themeconfigfile);