aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-02 17:36:14 -0800
committerzotlabs <mike@macgirvin.com>2017-03-02 17:36:14 -0800
commit7445f1881ecf640bfd05c9b46471ee7494a376c1 (patch)
tree2fbdc3ecf580795c571ddb39ea4d2ec4a9a01405 /Zotlabs/Module
parente58dc726c5e40ff30942739f86d2329fb29f763c (diff)
parent6bf6462a377d1a80ab30d63b48034fb4cde0bb9e (diff)
downloadvolse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.tar.gz
volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.tar.bz2
volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module')
-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);