Skip to content

Commit

Permalink
Merge pull request #1272 from smichaelsen/patch-1
Browse files Browse the repository at this point in the history
Fix PHP version in error message
  • Loading branch information
eteubert authored Feb 8, 2022
2 parents 5101c9b + 3fe653e commit 7f6626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podlove.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function podlove_admin_error_ancient_php()
<strong>Podlove Podcast Publisher could not be activated</strong>
</p>
<p>
Podlove Podcasting Plugin requires <code>PHP 5.4</code> or higher.<br>
Podlove Podcasting Plugin requires <code>PHP 7.0</code> or higher.<br>
You are running <code>PHP <?php echo phpversion(); ?></code>.<br>
Please ask your hoster how to upgrade to an up-to-date PHP version.
</p>
Expand Down

0 comments on commit 7f6626f

Please sign in to comment.