Delete a unnecessary line which was forgotten to be removed

This commit is contained in:
Martin 2015-04-17 12:54:59 +02:00
commit 8ba262ccea

View file

@ -91,7 +91,6 @@ class Parser {
$mode = 0;
$size = 0;
foreach ($output as $line) {
list($name, $value) = explode(':', $line, 2);
// A line = explode statement may not fill all array elements
// properly. May happen when accessing non Windows Fileservers
$words = explode(':', $line, 2);