Skip to content

Commit 533b8f4

Browse files
authored
typo
1 parent b2074aa commit 533b8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block_crucible.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function get_content() {
152152
////////////////////PLAYER/////////////////////////////
153153
$playerurl = get_config('block_crucible', 'playerappurl');
154154
$views = null;
155-
if ($payerurl) {
155+
if ($playerurl) {
156156
$views = $crucible->get_player_views();
157157
}
158158
if ($views) {
@@ -468,4 +468,4 @@ public function get_content() {
468468
return $this->content;
469469

470470
}
471-
}
471+
}

0 commit comments

Comments
 (0)