From: <var...@us...> - 2013-05-30 12:45:05
|
Revision: 8792 http://sourceforge.net/p/phpwiki/code/8792 Author: vargenau Date: 2013-05-30 12:45:03 +0000 (Thu, 30 May 2013) Log Message: ----------- Avoid warning with page containing "?" Modified Paths: -------------- trunk/lib/stdlib.php Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2013-05-30 12:42:57 UTC (rev 8791) +++ trunk/lib/stdlib.php 2013-05-30 12:45:03 UTC (rev 8792) @@ -845,9 +845,6 @@ } else { $name = $url; } - if (strstr($shortName, '?')) { - list($shortName, $dummy) = explode("\?", $shortName, 2); - } $this->shortName = $shortName; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |