diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-16 08:05:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-16 08:05:53 +0200 |
commit | 9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb (patch) | |
tree | 2d7afb993d7c1ea9d951699c47508494cfef5f11 /Zotlabs/Render/Theme.php | |
parent | 291b0edbe0da045ce2b68d916d1b41f3c4ee6384 (diff) | |
parent | 70150718c55ec5b55dbded26a5159f06f14c6c25 (diff) | |
download | volse-hubzilla-9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb.tar.gz volse-hubzilla-9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb.tar.bz2 volse-hubzilla-9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Render/Theme.php')
-rw-r--r-- | Zotlabs/Render/Theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Render/Theme.php b/Zotlabs/Render/Theme.php index a8b86f371..a732e4fef 100644 --- a/Zotlabs/Render/Theme.php +++ b/Zotlabs/Render/Theme.php @@ -112,7 +112,7 @@ class Theme { $theme = self::current(); $t = $theme[0]; - $s = ((count($theme) > 1) ? $t[1] : ''); + $s = ((count($theme) > 1) ? $theme[1] : ''); $opts = ''; $opts = ((\App::$profile_uid) ? '?f=&puid=' . \App::$profile_uid : ''); |