mirror of
https://github.com/friendica/friendica
synced 2024-11-11 07:02:53 +00:00
a littdle addition
This commit is contained in:
parent
dd185daf90
commit
af48dbec7f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ if($a->module != 'install')
|
|||
|
||||
// make sure the desired theme exists, though if the default theme doesn't exist we're stuffed.
|
||||
|
||||
if((x($_SESSION,'theme')) && (! file_exists('/view/theme/' . $_SESSION['theme'] . '/style.css')))
|
||||
if((x($_SESSION,'theme')) && (! file_exists('view/theme/' . $_SESSION['theme'] . '/style.css')))
|
||||
unset($_SESSION['theme']);
|
||||
|
||||
$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array(
|
||||
|
|
Loading…
Reference in a new issue