]> git.mxchange.org Git - friendica.git/commitdiff
Stupid fix in boot.php
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 3 Jan 2011 09:20:42 +0000 (10:20 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Mon, 3 Jan 2011 09:20:42 +0000 (10:20 +0100)
boot.php

index ec82b18cd1375d4fd9445b7a589aaa6b363f2077..bf03abfd650f13899898b85a35786fc4cd79185b 100644 (file)
--- 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')))