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

MO: Bail out when PS version is lower than 1.7 #26

Closed
wants to merge 1 commit into from
Closed

MO: Bail out when PS version is lower than 1.7 #26

wants to merge 1 commit into from

Conversation

firstred
Copy link

@firstred firstred commented Sep 5, 2016

No description provided.

@Nobodaddy
Copy link
Contributor

Nobodaddy commented Sep 6, 2016

How about
if (version_compare('PS_VERSION', '1.7.0.0', '<' ... ?

@Quetzacoalt91
Copy link
Member

This would compare the string 'PS_VERSION' instead of getting the value of the constant.

@firstred firstred closed this Sep 6, 2016
@Nobodaddy
Copy link
Contributor

Ouch! Makes sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants