33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-12 01:45:39 +00:00

wrong php version number :)

This commit is contained in:
Daniel Dimitrov 2012-06-28 09:22:23 +02:00
parent 121f6cdba3
commit 24e3ba0cb2

View File

@ -16,7 +16,7 @@ class com_jedcheckerInstallerScript
function preflight( $type, $parent ) { function preflight( $type, $parent ) {
$this->parent = $parent; $this->parent = $parent;
if (version_compare(PHP_VERSION, '5.5.6', '<')) { if (version_compare(PHP_VERSION, '5.3.6', '<')) {
$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.6'));
return false; return false;