diff --git a/ext.php b/ext.php index 5df43be..b86000e 100644 --- a/ext.php +++ b/ext.php @@ -19,6 +19,6 @@ class ext extends \phpbb\extension\base public function is_enableable() { $config = $this->container->get('config'); - return (version_compare($config['version'], '3.1.0', '>=') && (version_compare(PHP_VERSION, '5.4.*', '>'))); + return (version_compare($config['version'], '3.1.0', '>=') && (version_compare(PHP_VERSION, '5.4.*', '>='))); } }