1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 01:51:31 +02:00

[ticket/12852] Remove whitespace

PHPBB3-12852
This commit is contained in:
Jakub Senko
2014-09-04 16:15:45 +02:00
parent 17e4e5f8c4
commit 28587d0afc

View File

@@ -361,7 +361,7 @@ class path_helper
{ {
continue; continue;
} }
// some parameters don't have value // some parameters don't have value
if (strpos($argument, '=') !== false) if (strpos($argument, '=') !== false)
{ {