]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache.php
[Scrutinizer] Fix undeclared variables in src/ (except Protocol/)
[friendica.git] / src / Core / Cache.php
index 70a9b9f292607489948a55c8f58a7c267bd4b6f8..5ceb97676fcbcaf2ea5cf190349a3719d0749f9a 100644 (file)
@@ -76,6 +76,7 @@ class Cache
                                $seconds = 300;
                                break;
                        case CACHE_MINUTE:
+                       default:
                                $seconds = 60;
                                break;
                }