Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Nov 21, 2022
1 parent 186dbc6 commit fa6f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -45,7 +45,7 @@ final public function register(Doku_Event_Handler $controller): void {
*/
final public function popularity(Doku_Event $event): void {
global $updateVersion;
$geoPHP = InstalledVersions::getPrettyVersion('phayes/geophp');
$geoPHP = InstalledVersions::getPrettyVersion('funiq/geophp');
$plugin_info = $this->getInfo();
$event->data['geophp']['version'] = $plugin_info['date'];
$event->data['geophp']['geophp'] = $geoPHP;
Expand Down

0 comments on commit fa6f81c

Please sign in to comment.