Project

General

Profile

« Previous | Next » 

Revision cfec2190

Added by Mark Silinio about 4 years ago

certs.inc closing parenthesis fix. Issue #11831

View differences:

src/etc/inc/certs.inc
1447 1447
	/* Check if any package is using CRL */
1448 1448
	foreach ($certificates_used_by_packages as $name => $package) {
1449 1449
		if (is_array($package['certificatelist'][$crlref]) &&
1450
		    (count($package['certificatelist'][$crlref]) > 0) {
1450
		    (count($package['certificatelist'][$crlref]) > 0)) {
1451 1451
			return true;
1452 1452
		}
1453 1453
	}

Also available in: Unified diff