Step 3: Balance the quotes directly on $text
[lhc/web/wiklou.git] / includes / WebResponse.php
index 19feadd..09d3738 100644 (file)
@@ -57,8 +57,4 @@ class WebResponse {
                                $wgCookieSecure );
                }
        }
-
-       public function setSessionData( $key, $data ) {
-               $_SESSION[$key] = $data;
-       }
 }