diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 10:20:42 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 10:20:42 +0100 |
commit | cdf626e0e77c45e550054594738c9b59f0aeed18 (patch) | |
tree | 6826c542732046671bbe4fdea381d3e98e611c63 /boot.php | |
parent | 11a44a107da2951e469976508ae57748fe7dee70 (diff) | |
download | volse-hubzilla-cdf626e0e77c45e550054594738c9b59f0aeed18.tar.gz volse-hubzilla-cdf626e0e77c45e550054594738c9b59f0aeed18.tar.bz2 volse-hubzilla-cdf626e0e77c45e550054594738c9b59f0aeed18.zip |
Stupid fix in boot.php
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1958,7 +1958,7 @@ function profile_load(&$a, $nickname, $profile = 0) { $a->profile = $r[0]; - $a->page['title'] = $a->profile['name'] . " @ " . $this->config['sitename']; + $a->page['title'] = $a->profile['name'] . " @ " . $a->config['sitename']; $_SESSION['theme'] = $a->profile['theme']; if(! (x($a->page,'aside'))) |