mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-26 23:28:25 +00:00
parent
19137ab35f
commit
55a791253c
@ -30,10 +30,10 @@ class Com_JedcheckerInstallerScript
|
|||||||
{
|
{
|
||||||
$this->parent = $parent;
|
$this->parent = $parent;
|
||||||
|
|
||||||
if (version_compare(PHP_VERSION, '5.3.1', '<'))
|
if (version_compare(PHP_VERSION, '5.3.10', '<'))
|
||||||
{
|
{
|
||||||
$this->loadLanguage();
|
$this->loadLanguage();
|
||||||
Jerror::raiseWarning(null, JText::sprintf('COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE', PHP_VERSION, '5.3.6'));
|
Jerror::raiseWarning(null, JText::sprintf('COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE', PHP_VERSION, '5.3.10'));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user