delete of extra space beteween variable and index bracket

This commit is contained in:
dante
2017-08-08 09:57:22 -04:00
parent e41d6d460f
commit c7e08398f9

View File

@@ -228,7 +228,7 @@ class pmTables extends Controller
$pathInfo = pathinfo($fileName);
if ($pathInfo ['dirname'] !== '.') {
if ($pathInfo['dirname'] !== '.') {
$result = false;
}