aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-01-03 10:20:42 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-01-03 10:20:42 +0100
commitcdf626e0e77c45e550054594738c9b59f0aeed18 (patch)
tree6826c542732046671bbe4fdea381d3e98e611c63 /boot.php
parent11a44a107da2951e469976508ae57748fe7dee70 (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ec82b18cd..bf03abfd6 100644
--- a/boot.php
+++ b/boot.php
@@ -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')))