Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -549,7 +549,7 @@ |
550 | 550 | |
551 | 551 | /* set up the default links for the personal toolbar */ |
552 | 552 | $personal_urls = array(); |
553 | | - |
| 553 | + |
554 | 554 | $page = $request->getVal( 'returnto', $this->thispage ); |
555 | 555 | $query = $request->getVal( 'returntoquery', $this->thisquery ); |
556 | 556 | $a = array( 'returnto' => $page ); |
— | — | @@ -1535,7 +1535,7 @@ |
1536 | 1536 | } |
1537 | 1537 | if ( isset( $item['single-id'] ) ) { |
1538 | 1538 | if ( isset( $item['tooltiponly'] ) && $item['tooltiponly'] ) { |
1539 | | - $attrs['title'] = $this->skin->titleAttrib( $item['single-id'] ); |
| 1539 | + $attrs['title'] = $this->getSkin()->titleAttrib( $item['single-id'] ); |
1540 | 1540 | if ( $attrs['title'] === false ) { |
1541 | 1541 | unset( $attrs['title'] ); |
1542 | 1542 | } |