[ticket/249] Fix codesniffer complaints in portal files
B3P-249
This commit is contained in:
@@ -129,7 +129,7 @@ class portal_upload
|
||||
|
||||
if (!sizeof($file->error))
|
||||
{
|
||||
// Let's start moving our files where they belong
|
||||
// Let's start moving our files where they belong
|
||||
foreach ($actions['NEW_FILES'] as $source => $target)
|
||||
{
|
||||
/*
|
||||
@@ -245,7 +245,7 @@ class portal_upload
|
||||
}
|
||||
|
||||
foreach (scandir($dir) as $item)
|
||||
{
|
||||
{
|
||||
if ($item == '.' || $item == '..')
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user