Index: branches/wmf/1.17wmf1/includes/SquidUpdate.php |
— | — | @@ -155,7 +155,7 @@ |
156 | 156 | // Chances are that means it isn't in the cache |
157 | 157 | // Start saving a cached value |
158 | 158 | $add = apc_add( 'squidhtcppurge', 1 ); |
159 | | - if ( $add === true ) { |
| 159 | + if ( $add === false ) { |
160 | 160 | wfDebugLog( 'htcp', 'Unable to set value to APC cache' ); |
161 | 161 | $id = 0; |
162 | 162 | } else { |