From aac93549bdc88086d7798a1bd7f2762a5f9626b4 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 30 May 2013 12:45:03 +0000 Subject: [PATCH] Avoid warning with page containing "?" git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8792 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/stdlib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/stdlib.php b/lib/stdlib.php index f795e9f36..00c008448 100644 --- a/lib/stdlib.php +++ b/lib/stdlib.php @@ -845,9 +845,6 @@ class WikiPageName } else { $name = $url; } - if (strstr($shortName, '?')) { - list($shortName, $dummy) = explode("\?", $shortName, 2); - } $this->shortName = $shortName; } } -- 2.42.0