Stable release of v3.2.0-beta4
Add Preferred Joomla Version to Components.
This commit is contained in:
@@ -1259,7 +1259,7 @@ class Interpretation extends Fields
|
||||
public function setUpdateXMLSQL(&$update, &$updateXML, &$addDynamicSQL)
|
||||
{
|
||||
// ensure version naming is correct
|
||||
$update['version'] = preg_replace('/[^0-9\.]+/', '', (string) $update['version']);
|
||||
$update['version'] = preg_replace('/^v/i', '', (string) $update['version']);
|
||||
// setup SQL
|
||||
if (StringHelper::check($update['mysql']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user