delete of extra space beteween variable and index bracket
This commit is contained in:
@@ -228,7 +228,7 @@ class pmTables extends Controller
|
|||||||
|
|
||||||
$pathInfo = pathinfo($fileName);
|
$pathInfo = pathinfo($fileName);
|
||||||
|
|
||||||
if ($pathInfo ['dirname'] !== '.') {
|
if ($pathInfo['dirname'] !== '.') {
|
||||||
$result = false;
|
$result = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user