Merge branch 'hotfix/5.0.6' of ssh://172.20.0.1/var/git/espo/backend into hotfix/5.0.6
This commit is contained in:
@@ -158,8 +158,8 @@ class AdminNotificationManager
|
||||
|
||||
$query = "
|
||||
SELECT version FROM extension
|
||||
WHERE name='". $extensionName ."'
|
||||
AND deleted=0
|
||||
WHERE name = ". $pdo->quote($extensionName) ."
|
||||
AND deleted = 0
|
||||
AND is_installed = 1
|
||||
ORDER BY created_at DESC
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user