Skip to content

Commit

Permalink
switchlinkdisplayed changed to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyforth committed May 27, 2011
1 parent 9fe6b31 commit 24e95ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Expand Up @@ -213,7 +213,7 @@ class core_renderer extends renderer_base {
/** @var string used by {@link redirect_message()} method to communicate with {@link header()}. */
protected $metarefreshtag = '';
/** @var set if the theme links function has been called **/
private $switchlinkdisplayed;
protected $switchlinkdisplayed;

/**
* Get the DOCTYPE declaration that should be used with this page. Designed to
Expand Down

0 comments on commit 24e95ee

Please sign in to comment.