Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix: function_exists takes a string not a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Teubert committed Sep 5, 2012
1 parent ec9c540 commit 7f4d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podlove-web-player/podlove-web-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/* Prevent conflicts with already running versions of PWP */

if (!function_exists(podlove_pwp_install)) {
if (!function_exists('podlove_pwp_install')) {

$podlovePlayerIndex = 1;

Expand Down

0 comments on commit 7f4d2d7

Please sign in to comment.