Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | * @access private |
72 | 72 | */ |
73 | 73 | function execute() { |
74 | | - $this->skin = $skin = $this->data['skin']; |
| 74 | + $this->skin = $this->data['skin']; |
75 | 75 | |
76 | 76 | // Suppress warnings to prevent notices about missing indexes in $this->data |
77 | 77 | wfSuppressWarnings(); |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | </div> |
105 | 105 | </div></div> |
106 | 106 | <div id="column-one"<?php $this->html('userlangattributes') ?>> |
107 | | -<?php $this->cactions( $skin ); ?> |
| 107 | +<?php $this->cactions( $this->skin ); ?> |
108 | 108 | <div class="portlet" id="p-personal"> |
109 | 109 | <h5><?php $this->msg('personaltools') ?></h5> |
110 | 110 | <div class="pBody"> |