Skip to content

Commit

Permalink
FIX: GitHub URL with - was causing issue with Design::message()
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jun 5, 2022
1 parent 8941659 commit 07a3e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _protected/framework/Core/Kernel.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract class Kernel
const SOFTWARE_GIT_REPO_URL = 'https://github.com/pH7Software/pH7-Social-Dating-CMS';
const SOFTWARE_ISSUE_URL = self::SOFTWARE_GIT_REPO_URL . '/issues';
const SOFTWARE_DISCUSSION_URL = self::SOFTWARE_GIT_REPO_URL . '/discussions';
const SOFTWARE_RELEASE_URL = self::SOFTWARE_GIT_REPO_URL . '/releases';
const SOFTWARE_RELEASE_URL = self::SOFTWARE_WEBSITE . '/releases';
const SOFTWARE_REVIEW_URL = 'https://sourceforge.net/projects/ph7socialdating/reviews/';
const PATREON_URL = 'https://www.patreon.com/bePatron?u=3534366';
const BUYMEACOFFEE_URL = 'https://www.buymeacoffee.com/ph7cms';
Expand Down

0 comments on commit 07a3e17

Please sign in to comment.