Skip to content

Commit c35c02a

Browse files
authored
Merge pull request #682 from Geolim4/master
Fixed #680 Travis CI is broken for now. https://twitter.com/traviscistatus/status/1110990007915827200 Forcing MR.
2 parents 64638b2 + baefdbe commit c35c02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Phpfastcache/Drivers/Apc/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected function driverDelete(CacheItemInterface $item): bool
117117
*/
118118
protected function driverClear(): bool
119119
{
120-
return @apc_clear_cache() && @apc_clear_cache('user');
120+
return @apc_clear_cache() || @apc_clear_cache('user');
121121
}
122122

123123
/********************

0 commit comments

Comments
 (0)