Skip to content

Commit

Permalink
remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouse committed Dec 23, 2017
1 parent 5e17c85 commit 9589e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpg-policy.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
endif;

function get_version() {
return join ('.', array(constant(GPG_APP_VER_MAJOR), constant(GPG_APP_VER_MINOR), constant(GPG_APP_VER_PATCH)));
return join ('.', array(GPG_APP_VER_MAJOR, GPG_APP_VER_MINOR, GPG_APP_VER_PATCH));
}

function get_licensee() {
Expand Down

0 comments on commit 9589e55

Please sign in to comment.