Fix bug 6595, Adjustment in 'Process Manager Files' to import the folder 'Public'

This commit is contained in:
hector
2011-03-30 12:13:47 -04:00
parent 0fb7ae29dd
commit eb32378fd9

View File

@@ -2811,7 +2811,7 @@ class Processes {
}
}
if ( $sIdentifier == 'PUBLIC' ) {
if ( trim($sIdentifier) == 'PUBLIC' ) {
$sIdentifier = 1;
while ( !feof ( $fp ) && is_numeric( $sIdentifier ) ) {
$sIdentifier = fread ( $fp, 9); //reading the size of $filename