]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/cachesystem.class.php
More double-quotes to single-quotes
[mailer.git] / inc / classes / cachesystem.class.php
index 2da580312f9d0e2d3ae28f1278da55700c290b3b..73ef671954c3326491af6e64d2980afa2668c5b1 100644 (file)
@@ -318,7 +318,7 @@ class CacheSystem {
                $this->resetCacheReadStatus();
 
                // Debug message
-               //* DEBUG: */ logDebugMessage(__METHOD__, __LINE__, sprintf("%s should be removed.", $this->name));
+               //* DEBUG: */ logDebugMessage(__METHOD__, __LINE__, sprintf('%s should be removed.', $this->name));
 
                // Is the cache file not yet rebuilt?
                if ((!isset($this->rebuilt[$this->name])) && ($this->isCacheReadable())) {