Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
declare $wgGroupPermissions global (issue #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett committed Mar 22, 2013
1 parent a120b71 commit 47b3159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Strapping.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class StrappingTemplate extends BaseTemplate {
* Outputs the entire contents of the (X)HTML page
*/
public function execute() {
global $wgGroupPermissions;
global $wgVectorUseIconWatch;
global $wgSearchPlacement;
global $wgStrappingSkinLogoLocation;
Expand Down

0 comments on commit 47b3159

Please sign in to comment.