]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix typo
authorChristian Weiske <cweiske@cweiske.de>
Sat, 23 Jul 2011 12:07:58 +0000 (14:07 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 23 Jul 2011 12:07:58 +0000 (14:07 +0200)
src/SemanticScuttle/constants.php

index f8567d9625dc210b93c55dd939e5994427f2037d..11ab0daaa70995fc6e43b76dbbc4ea998e0ce2f3 100644 (file)
@@ -74,7 +74,7 @@ if (isset($_SERVER['PATH_INFO']) && isset($_SERVER['ORIG_PATH_INFO'])) {
     if (strlen($_SERVER["PATH_INFO"])<strlen($_SERVER["ORIG_PATH_INFO"])) {
         $_SERVER["PATH_INFO"] = $_SERVER["ORIG_PATH_INFO"];
     }
-    if (strcasecmp($_SERVER["PATH_INFO"], $_SERVER["SCRIPT_NAME "]) == 0) {
+    if (strcasecmp($_SERVER["PATH_INFO"], $_SERVER["SCRIPT_NAME"]) == 0) {
         unset($_SERVER["PATH_INFO"]);
     }
     if (strpos($_SERVER["PATH_INFO"], '.php') !== false) {