Add a method to clear the site list programmatically.
[lhc/web/wiklou.git] / includes / WebRequest.php
index fc1cdb5..68d22a8 100644 (file)
@@ -1314,6 +1314,10 @@ class FauxRequest extends WebRequest {
                return $this->wasPosted;
        }
 
+       public function getCookie( $key, $prefix = null, $default = null ) {
+               return $default;
+       }
+
        public function checkSessionCookie() {
                return false;
        }