diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-02 17:36:14 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-02 17:36:14 -0800 |
commit | 7445f1881ecf640bfd05c9b46471ee7494a376c1 (patch) | |
tree | 2fbdc3ecf580795c571ddb39ea4d2ec4a9a01405 /Zotlabs/Module | |
parent | e58dc726c5e40ff30942739f86d2329fb29f763c (diff) | |
parent | 6bf6462a377d1a80ab30d63b48034fb4cde0bb9e (diff) | |
download | volse-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.php | 2 |
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); |