Fix bug 6595, Adjustment in 'Process Manager Files' to import the folder 'Public'
This commit is contained in:
@@ -2811,7 +2811,7 @@ class Processes {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $sIdentifier == 'PUBLIC' ) {
|
if ( trim($sIdentifier) == 'PUBLIC' ) {
|
||||||
$sIdentifier = 1;
|
$sIdentifier = 1;
|
||||||
while ( !feof ( $fp ) && is_numeric( $sIdentifier ) ) {
|
while ( !feof ( $fp ) && is_numeric( $sIdentifier ) ) {
|
||||||
$sIdentifier = fread ( $fp, 9); //reading the size of $filename
|
$sIdentifier = fread ( $fp, 9); //reading the size of $filename
|
||||||
|
|||||||
Reference in New Issue
Block a user